[Bug libstdc++/30915] [4.3 regression] bootstrap fails while building libstdc++-v3 on x86_64-pc-linux-gnu

2007-08-07 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #25 from s_j_newbury at yahoo dot co dot uk 2007-08-08 01:45 --- Created an attachment (id=14039) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14039&action=view) Prevent fixincludes false positive on gentoo stdio.h wrapper The fixincludes script is hitting

[Bug target/31325] gcj support for ARM EABI

2007-08-03 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #19 from s_j_newbury at yahoo dot co dot uk 2007-08-03 13:52 --- Created an attachment (id=14015) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14015&action=view) EABI sys_cacheflush support Use EABI syscall method for sys_cacheflush when __ARM_EABI__ is

[Bug target/31325] gcj support for ARM EABI

2007-08-03 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #18 from s_j_newbury at yahoo dot co dot uk 2007-08-03 12:56 --- (In reply to comment #17) > Re comment #16: I've tested this, and it seems to work. What failures do you > expect? > /* How to make a trampoline. */ #define FFI_INIT_TRAMPOLINE

[Bug target/31325] gcj support for ARM EABI

2007-08-03 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #16 from s_j_newbury at yahoo dot co dot uk 2007-08-03 11:52 --- (In reply to comment #14) > Actually, forget that last message. Most of these patches seem to be gcc 4.2 > based and the libffi and gij patches are already done. > Andrew: I spotted your new patch

[Bug target/31325] gcj support for ARM EABI

2007-07-20 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #15 from s_j_newbury at yahoo dot co dot uk 2007-07-20 17:16 --- (In reply to comment #14) > Actually, forget that last message. Most of these patches seem to be gcc 4.2 > based and the libffi and gij patches are already done. > I'm not sure what the current

[Bug java/31325] gcj support for ARM EABI

2007-03-25 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #12 from s_j_newbury at yahoo dot co dot uk 2007-03-25 16:52 --- (In reply to comment #11) > I have everything built except for libjava/exception.cc which fails as seen > below. > libjava/exception.cc needs special handling of the EABI unwind support as is do

[Bug java/31325] gcj support for ARM EABI

2007-03-24 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #11 from s_j_newbury at yahoo dot co dot uk 2007-03-24 19:58 --- I have everything built except for libjava/exception.cc which fails as seen below. This I believe is due to the lack of an implementation of _Unwind_Backtrace in the ARM EABI. What needs to be done to

[Bug java/31325] gcj support for ARM EABI

2007-03-24 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #10 from s_j_newbury at yahoo dot co dot uk 2007-03-24 17:30 --- (In reply to comment #3) > Created an attachment (id=13262) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13262&action=view) [edit] > EABI can't implement _Unwind_Backtrace > >

[Bug libgcj/24154] Make requires too much memory building libjava

2007-03-23 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #7 from s_j_newbury at yahoo dot co dot uk 2007-03-23 18:16 --- make version 3.81 on Gentoo (ARM EABI) needs 712MB at this point with gcc-4.2-20070307. I've had to use a CF disk to add enough swapspace :(. make 3.80-r4 (Gentoo includes a memory usage patch) uses even

[Bug java/31325] gcj support for ARM EABI

2007-03-23 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #8 from s_j_newbury at yahoo dot co dot uk 2007-03-23 15:20 --- I've now hit: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24154 I only have 64M RAM + 256M swap, make is running out of memory and getting killed. Maybe I can add some more swap over NFS...? --

[Bug java/31325] gcj support for ARM EABI

2007-03-23 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #7 from s_j_newbury at yahoo dot co dot uk 2007-03-23 13:22 --- Created an attachment (id=13264) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13264&action=view) arm-iwmmxt-linux-gnueabi platform support I'm using arm-iwmmxt-linux-gnueabi instead of ar

[Bug java/31325] gcj support for ARM EABI

2007-03-23 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #6 from s_j_newbury at yahoo dot co dot uk 2007-03-23 13:13 --- I have encountered a strange build failure with classpath. It is somehow getting the build order wrong resulting in this error: /home/tmp/portage/dev-java/gcj-4.2.0_beta20070307/work/build/gcc/gcj -B/home/tmp

[Bug java/31325] gcj support for ARM EABI

2007-03-23 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #5 from s_j_newbury at yahoo dot co dot uk 2007-03-23 13:11 --- --disable-sjlj-exceptions needs to be supplied to configure since it is not automatically detected -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31325

[Bug java/31325] gcj support for ARM EABI

2007-03-23 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #4 from s_j_newbury at yahoo dot co dot uk 2007-03-23 13:08 --- Created an attachment (id=13263) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13263&action=view) enable the libgcj interpreter for arm platforms -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31325

[Bug java/31325] gcj support for ARM EABI

2007-03-23 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #3 from s_j_newbury at yahoo dot co dot uk 2007-03-23 13:03 --- Created an attachment (id=13262) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13262&action=view) EABI can't implement _Unwind_Backtrace This patch is from this bug: http://gcc.gnu.

[Bug java/31325] gcj support for ARM EABI

2007-03-23 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #2 from s_j_newbury at yahoo dot co dot uk 2007-03-23 12:55 --- Created an attachment (id=13261) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13261&action=view) add softfloat support to libffi for ARM EABI -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31325

[Bug java/31325] gcj support for ARM EABI

2007-03-23 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #1 from s_j_newbury at yahoo dot co dot uk 2007-03-23 12:53 --- Created an attachment (id=13260) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13260&action=view) libffi completion support for ARM EABI -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31325

[Bug java/31325] New: gcj support for ARM EABI

2007-03-23 Thread s_j_newbury at yahoo dot co dot uk
. -- Summary: gcj support for ARM EABI Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: s_j_newbury at yahoo dot co

[Bug target/27500] iWMMXT bootstrap failure with recent binutils

2007-02-11 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #3 from s_j_newbury at yahoo dot co dot uk 2007-02-11 19:34 --- The problem is resolved in current binutils/gcc so marking as FIXED. -- s_j_newbury at yahoo dot co dot uk changed: What|Removed |Added

[Bug target/29120] Arm cross-compiler could not be created (assember error)

2007-02-06 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #2 from s_j_newbury at yahoo dot co dot uk 2007-02-06 13:58 --- Sounds like you're trying to build a hard-float compiler for a soft-float (binutils) target. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29120

[Bug target/27500] iWMMXT bootstrap failure with recent binutils

2006-07-05 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #2 from s_j_newbury at yahoo dot co dot uk 2006-07-05 13:38 --- This bug is still present with binutils-2.17.50.0.2. I am still uncertain whether gcc is producing invalid code or the check in binutils is wrong. I have found this bug to be triggered while compiling gcc and

[Bug target/27363] ARM gcc 4.1 optimization bug

2006-05-14 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #5 from s_j_newbury at yahoo dot co dot uk 2006-05-14 17:15 --- (In reply to comment #4) > I tried the gcc 4.1.1 snapshot 20060421. The bug still there. The assembly > code > producted with -Os option is the same as gcc 4.1.0. > Have you got anywhere with thi

[Bug bootstrap/27500] iWMMXT bootstrap failure with recent binutils

2006-05-08 Thread s_j_newbury at yahoo dot co dot uk
--- Comment #1 from s_j_newbury at yahoo dot co dot uk 2006-05-08 17:38 --- Created an attachment (id=11410) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11410&action=view) arm-iwmmxt-linux-gnueabi config support -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27500

[Bug bootstrap/27500] New: iWMMXT bootstrap failure with recent binutils

2006-05-08 Thread s_j_newbury at yahoo dot co dot uk
ity: major Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: s_j_newbury at yahoo dot co dot uk GCC build triplet: arm-iwmmxt-linux-gnueabi GCC host triplet: arm-iwmmxt-linux-gnueabi GCC target triplet: arm-iwmmxt-lin