[Bug libgcj/27330] natSystemProperties.cc:213: error: 'getpwuid_r' was not declared in this scope

2006-04-27 Thread andreast at gcc dot gnu dot org
--- Comment #3 from andreast at gcc dot gnu dot org 2006-04-27 22:33 --- I'll submit the patch tommorow. It has been in my queue for a longer time. Index: configure.ac === --- configure.ac(revision 1

[Bug libgcj/27330] natSystemProperties.cc:213: error: 'getpwuid_r' was not declared in this scope

2006-04-30 Thread andreast at gcc dot gnu dot org
--- Comment #4 from andreast at gcc dot gnu dot org 2006-04-30 21:09 --- This one works too, found by Dave. --- configure.ac(revision 113252) +++ configure.ac(working copy) @@ -805,7 +805,7 @@ THREADLDFLAGS=-pthread THREADSPEC=-lpthread

[Bug libgcj/27330] natSystemProperties.cc:213: error: 'getpwuid_r' was not declared in this scope

2006-05-20 Thread andreast at gcc dot gnu dot org
--- Comment #5 from andreast at gcc dot gnu dot org 2006-05-20 21:37 --- Fixed. http://gcc.gnu.org/ml/gcc-cvs/2006-05/msg00541.html -- andreast at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/28226] [4.2 Regression] posix.cc:222: error: invalid conversion from 'const void*' to 'void*'

2006-07-04 Thread andreast at gcc dot gnu dot org
-- andreast at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |andreast at gcc dot gnu dot |dot org

[Bug libgcj/28226] [4.2 Regression] posix.cc:222: error: invalid conversion from 'const void*' to 'void*'

2006-07-04 Thread andreast at gcc dot gnu dot org
--- Comment #2 from andreast at gcc dot gnu dot org 2006-07-04 20:21 --- Subject: Bug 28226 Author: andreast Date: Tue Jul 4 20:21:40 2006 New Revision: 115184 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115184 Log: 2006-07-04 Andreas Tobler <[EMAI

[Bug libgcj/28226] [4.2 Regression] posix.cc:222: error: invalid conversion from 'const void*' to 'void*'

2006-07-04 Thread andreast at gcc dot gnu dot org
--- Comment #3 from andreast at gcc dot gnu dot org 2006-07-04 20:26 --- Fixed -- andreast at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug bootstrap/38314] multilib bootstrap broken for x86_64-apple-darwin10

2008-11-29 Thread andreast at gcc dot gnu dot org
--- Comment #7 from andreast at gcc dot gnu dot org 2008-11-29 19:31 --- A starting point would be this: [wolfram:head/gcc/gcc] andreast% svn diff config/i386/t-darwin64 Index: config/i386/t-darwin64 === --- config/i386/t

[Bug bootstrap/38314] multilib bootstrap broken for x86_64-apple-darwin10

2008-11-29 Thread andreast at gcc dot gnu dot org
--- Comment #10 from andreast at gcc dot gnu dot org 2008-11-29 20:24 --- At the time I did x86_64-apple-darwin* stuff I asked apple people if they intend to do multilib on this target, the answer was no. So I did not bother any longer. I do not know if IA32 is correct. I use i386 for

[Bug bootstrap/38314] multilib bootstrap broken for x86_64-apple-darwin10

2008-11-29 Thread andreast at gcc dot gnu dot org
--- Comment #14 from andreast at gcc dot gnu dot org 2008-11-29 21:20 --- gcc.o differing is severe, while *checksum.o depend on some version information differing. I propose to do a real clean build. No build over build. My build on x86_64-apple-darwin9 is in the last stage, linking

[Bug bootstrap/38314] multilib bootstrap broken for x86_64-apple-darwin10

2008-11-30 Thread andreast at gcc dot gnu dot org
--- Comment #17 from andreast at gcc dot gnu dot org 2008-11-30 08:22 --- http://gcc.gnu.org/ml/gcc-testresults/2008-11/msg02671.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38314

[Bug bootstrap/38314] multilib bootstrap broken for x86_64-apple-darwin10

2008-12-08 Thread andreast at gcc dot gnu dot org
--- Comment #18 from andreast at gcc dot gnu dot org 2008-12-08 20:34 --- Should be fixed: http://gcc.gnu.org/ml/gcc-cvs/2008-12/msg00125.html http://gcc.gnu.org/ml/gcc-cvs/2008-12/msg00124.html http://gcc.gnu.org/ml/gcc-cvs/2008-12/msg00068.html http://gcc.gnu.org/ml/gcc-cvs/2008-12

[Bug bootstrap/37739] [4.4 Regression] bootstrap broken with core gcc > gcc-4.2.x

2008-12-15 Thread andreast at gcc dot gnu dot org
--- Comment #9 from andreast at gcc dot gnu dot org 2008-12-15 19:35 --- Tested the patch on F10. Results here: http://gcc.gnu.org/ml/gcc-testresults/2008-12/msg01223.html Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37739

[Bug debug/37022] [4.4 regression] internal compiler error: in compute_barrier_args_size

2008-12-27 Thread andreast at gcc dot gnu dot org
--- Comment #14 from andreast at gcc dot gnu dot org 2008-12-27 20:51 --- The original failures, closure_fn* have gone. So I didn't follow. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37022

[Bug target/35460] [4.4 Regression] undefined reference to `__builtin_stdarg_start' when compiling 2/29 snapshot on OpenBSD

2008-12-30 Thread andreast at gcc dot gnu dot org
-- andreast at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |andreast at gcc dot gnu dot |dot org

[Bug target/35460] [4.4 Regression] undefined reference to `__builtin_stdarg_start' when compiling 2/29 snapshot on OpenBSD

2008-12-30 Thread andreast at gcc dot gnu dot org
--- Comment #3 from andreast at gcc dot gnu dot org 2008-12-30 13:41 --- Proposed patch here: http://gcc.gnu.org/ml/gcc-patches/2008-12/msg01279.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35460

[Bug target/35460] [4.4 Regression] undefined reference to `__builtin_stdarg_start' when compiling 2/29 snapshot on OpenBSD

2008-12-31 Thread andreast at gcc dot gnu dot org
--- Comment #4 from andreast at gcc dot gnu dot org 2008-12-31 13:54 --- Subject: Bug 35460 Author: andreast Date: Wed Dec 31 13:52:53 2008 New Revision: 142980 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142980 Log: 2008-12-31 Andreas Tobler PR targ

[Bug target/35460] [4.4 Regression] undefined reference to `__builtin_stdarg_start' when compiling 2/29 snapshot on OpenBSD

2008-12-31 Thread andreast at gcc dot gnu dot org
--- Comment #5 from andreast at gcc dot gnu dot org 2008-12-31 20:03 --- This particular issue is fixed. The bootstrap itself will fail (at least here on x86_64-unknown-openbsd4.4). Next patches coming. -- andreast at gcc dot gnu dot org changed: What|Removed

[Bug testsuite/38727] gcc 4.4.0 20090104 - "make -i check" autogen "fixinclude test FAILURES"

2009-01-06 Thread andreast at gcc dot gnu dot org
--- Comment #4 from andreast at gcc dot gnu dot org 2009-01-06 20:56 --- Second part which is needed to really fix this PR. http://gcc.gnu.org/ml/gcc-cvs/2009-01/msg00140.html Sorry. Andreas -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38727

[Bug bootstrap/39011] New: lto bootstrap failure on ppc-linux

2009-01-28 Thread andreast at gcc dot gnu dot org
ty: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: andreast at gcc dot gnu dot org GCC build triplet: powerpc-unknown-linux-gnu GCC host triplet: powerpc-unknown-linux-gnu GCC target triplet: powerpc-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39011

[Bug libffi/40444] [4.5 Regression] libffi badly broken with -m64 by some revision between 148383 and 148472.

2009-06-16 Thread andreast at gcc dot gnu dot org
-- andreast at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |andreast at gcc dot gnu dot |dot org

[Bug libffi/40444] [4.5 Regression] libffi badly broken with -m64 by some revision between 148383 and 148472.

2009-06-16 Thread andreast at gcc dot gnu dot org
--- Comment #2 from andreast at gcc dot gnu dot org 2009-06-16 07:38 --- Index: testsuite/lib/libffi-dg.exp === --- testsuite/lib/libffi-dg.exp (revision 148518) +++ testsuite/lib/libffi-dg.exp (working copy) @@ -187,6

[Bug libffi/40444] [4.5 Regression] libffi badly broken with -m64 by some revision between 148383 and 148472.

2009-06-16 Thread andreast at gcc dot gnu dot org
--- Comment #6 from andreast at gcc dot gnu dot org 2009-06-16 17:28 --- Subject: Bug 40444 Author: andreast Date: Tue Jun 16 17:28:29 2009 New Revision: 148542 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148542 Log: 2009-06-16 Andreas Tobler PR libf

[Bug libffi/40444] [4.5 Regression] libffi badly broken with -m64 by some revision between 148383 and 148472.

2009-06-16 Thread andreast at gcc dot gnu dot org
--- Comment #7 from andreast at gcc dot gnu dot org 2009-06-16 17:30 --- Fixed. -- andreast at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug bootstrap/41018] New: bootstrap broken on FreeBSD powerpc

2009-08-09 Thread andreast at gcc dot gnu dot org
Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: andreast at gcc dot gnu dot org ReportedBy: andreast at gcc dot gnu dot org GCC build triplet: powerpc-*-freebsd8.0 GCC host triplet: powerpc

[Bug bootstrap/41018] bootstrap broken on FreeBSD powerpc

2009-08-09 Thread andreast at gcc dot gnu dot org
-- andreast at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 Last

[Bug bootstrap/41018] bootstrap broken on FreeBSD powerpc

2009-08-10 Thread andreast at gcc dot gnu dot org
--- Comment #1 from andreast at gcc dot gnu dot org 2009-08-10 18:22 --- Subject: Bug 41018 Author: andreast Date: Mon Aug 10 18:22:22 2009 New Revision: 150631 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150631 Log: 2009-08-10 Andreas Tobler PR bootstr

[Bug bootstrap/41018] bootstrap broken on FreeBSD powerpc

2009-08-10 Thread andreast at gcc dot gnu dot org
--- Comment #2 from andreast at gcc dot gnu dot org 2009-08-10 18:24 --- Subject: Bug 41018 Author: andreast Date: Mon Aug 10 18:23:57 2009 New Revision: 150632 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150632 Log: 2009-08-10 Andreas Tobler PR bootstr

[Bug bootstrap/41018] bootstrap broken on FreeBSD powerpc

2009-08-10 Thread andreast at gcc dot gnu dot org
--- Comment #3 from andreast at gcc dot gnu dot org 2009-08-10 18:25 --- Committed. -- andreast at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug bootstrap/24710] gfortran - fails to build on Mac OSX -10.4.3

2005-11-07 Thread andreast at gcc dot gnu dot org
--- Comment #4 from andreast at gcc dot gnu dot org 2005-11-07 16:54 --- On which target do you build? G4/5? What are the config options you use? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24710

[Bug bootstrap/24710] gfortran - fails to build on Mac OSX -10.4.3

2005-11-08 Thread andreast at gcc dot gnu dot org
--- Comment #16 from andreast at gcc dot gnu dot org 2005-11-08 21:55 --- Sorry to continue with questions... Did you try a simple make bootstrap w/o -j x? This is my config I use atm: /Volumes/export/gcc/gcc-svn/head/gcc/configure --prefix=/Volumes/export/gcc/gcc-svn/head/testbin

[Bug testsuite/16230] Spurious test failures with --disable-static

2005-11-12 Thread andreast at gcc dot gnu dot org
--- Comment #3 from andreast at gcc dot gnu dot org 2005-11-12 21:06 --- The other languages like g++, gfortran, obj-c++ and objc should be fixed with this patch which is applied on trunk. http://gcc.gnu.org/ml/gcc-cvs/2005-11/msg00503.html So, the question is now, can you reproduce

[Bug libfortran/24909] New: libmatmul.a breaks darwin build

2005-11-16 Thread andreast at gcc dot gnu dot org
Component: libfortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: andreast at gcc dot gnu dot org GCC build triplet: powerpc-apple-darwin8.3.0 GCC host triplet: powerpc-apple-darwin8.3.0 GCC target triplet: powerpc-apple-darwin8.3.0 http://gcc.gnu.org/bugzilla

[Bug libfortran/24909] libmatmul.a breaks darwin build

2005-11-17 Thread andreast at gcc dot gnu dot org
--- Comment #3 from andreast at gcc dot gnu dot org 2005-11-17 14:37 --- Unfortunately it does not werk :( I found this message in the libtool archive: http://lists.gnu.org/archive/html/libtool-patches/2004-08/msg2.html Currently we have this 'whole_archive_flag_spec='

[Bug fortran/20811] gfortran include problem (regression from g77)

2005-11-17 Thread andreast at gcc dot gnu dot org
--- Comment #10 from andreast at gcc dot gnu dot org 2005-11-17 20:51 --- After this patch libgfortran fails to build on darwin-ppc. it does not find the selected_int_kind.inc in the libgfortran objdir when building libgfortran. (selected_int_kind.f90 compilation) Reverting the patch

[Bug fortran/20811] gfortran include problem (regression from g77)

2005-11-17 Thread andreast at gcc dot gnu dot org
--- Comment #11 from andreast at gcc dot gnu dot org 2005-11-17 21:30 --- Adding -I. to FC in the Makefile of libgfortran makes my compile happy again. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20811

[Bug libfortran/24909] libmatmul.a breaks darwin build

2005-11-17 Thread andreast at gcc dot gnu dot org
--- Comment #5 from andreast at gcc dot gnu dot org 2005-11-17 22:54 --- would this snippet be ok? Index: ltcf-c.sh === --- ltcf-c.sh (revision 107140) +++ ltcf-c.sh (working copy) @@ -419,7 +419,7

[Bug libfortran/24909] libmatmul.a breaks darwin build

2005-11-18 Thread andreast at gcc dot gnu dot org
--- Comment #6 from andreast at gcc dot gnu dot org 2005-11-18 14:31 --- On sparc-solaris I get runtime failures: collect2: ld returned 1 exit status^M compiler exited with status 1 output is: Undefined first referenced^M symbol in

[Bug bootstrap/24998] Build failure on sparc-sun-solaris2.9: undefined symbol __floatunsitf

2005-11-23 Thread andreast at gcc dot gnu dot org
--- Comment #1 from andreast at gcc dot gnu dot org 2005-11-23 09:00 --- happens also on sparc-sun-solaris2.8. This patch is responsible for: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107345 -- andreast at gcc dot gnu dot org changed: What

[Bug middle-end/24998] [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf

2005-11-25 Thread andreast at gcc dot gnu dot org
--- Comment #14 from andreast at gcc dot gnu dot org 2005-11-25 14:36 --- results with patch-part applied for sparc: http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg01172.html Thanks!!! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24998

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-25 Thread andreast at gcc dot gnu dot org
--- Comment #30 from andreast at gcc dot gnu dot org 2005-11-25 22:43 --- does this work for others too? Or do I miss a linux 'feature' ? Index: io/io.h === --- io/io.h (revision 107496) +++ io/io.h (wo

[Bug other/25157] [4.2 Regression] /libdecnumber/decContext.h:43:49: stdint.h: No such file or directory

2005-11-29 Thread andreast at gcc dot gnu dot org
--- Comment #2 from andreast at gcc dot gnu dot org 2005-11-29 20:45 --- Compilation succeeded on sparc-solaris8 this morning, just after bje ci'ed I had to use the same patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25157

[Bug target/25630] New: darwin-ppc, wrong alignment of nested structs

2006-01-01 Thread andreast at gcc dot gnu dot org
ReportedBy: andreast at gcc dot gnu dot org GCC build triplet: powerpc-apple-darwin8.3.0 GCC host triplet: powerpc-apple-darwin8.3.0 GCC target triplet: powerpc-apple-darwin8.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25630

[Bug libgcj/28546] [4.2 Regression] ./java/lang/Thread.h:31: error: using typedef-name '_Jv_Thread_t' after 'class'

2006-07-30 Thread andreast at gcc dot gnu dot org
--- Comment #1 from andreast at gcc dot gnu dot org 2006-07-30 20:21 --- This is in include/no-threads.h. So, we either have a posix-thread detection issue on hppa2.0w-hp-hpux11.00 or posix threads are not supported here. Just for the record, hppa2.0w-hp-hpux11.11 does work. If the

[Bug libgcj/28546] [4.2 Regression] ./java/lang/Thread.h:31: error: using typedef-name '_Jv_Thread_t' after 'class'

2006-07-31 Thread andreast at gcc dot gnu dot org
--- Comment #5 from andreast at gcc dot gnu dot org 2006-07-31 22:15 --- Working on a patch. -- andreast at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/28546] [4.2 Regression] ./java/lang/Thread.h:31: error: using typedef-name '_Jv_Thread_t' after 'class'

2006-08-01 Thread andreast at gcc dot gnu dot org
--- Comment #9 from andreast at gcc dot gnu dot org 2006-08-01 20:24 --- Patch is here: http://gcc.gnu.org/ml/java-patches/2006-q3/msg00249.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28546

[Bug libgcj/28546] [4.2 Regression] ./java/lang/Thread.h:31: error: using typedef-name '_Jv_Thread_t' after 'class'

2006-08-02 Thread andreast at gcc dot gnu dot org
--- Comment #10 from andreast at gcc dot gnu dot org 2006-08-02 20:18 --- Subject: Bug 28546 Author: andreast Date: Wed Aug 2 20:18:05 2006 New Revision: 115883 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115883 Log: 2006-08-02 Andreas Tobler <[EMAI

[Bug libgcj/28546] [4.2 Regression] ./java/lang/Thread.h:31: error: using typedef-name '_Jv_Thread_t' after 'class'

2006-08-02 Thread andreast at gcc dot gnu dot org
--- Comment #11 from andreast at gcc dot gnu dot org 2006-08-02 20:18 --- Fixed. -- andreast at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug libgcj/28546] [4.2 Regression] ./java/lang/Thread.h:31: error: using typedef-name '_Jv_Thread_t' after 'class'

2006-08-04 Thread andreast at gcc dot gnu dot org
--- Comment #13 from andreast at gcc dot gnu dot org 2006-08-04 22:22 --- The only thing I can do is trying to make the failing test cases conditionalized. I'm not a wizzard to make a non threading system having threads :) Andreas -- http://gcc.gnu.org/bugzilla/show_bug.c

[Bug libffi/29152] 64-bit darwin ppc port needed for libffi

2006-09-22 Thread andreast at gcc dot gnu dot org
--- Comment #2 from andreast at gcc dot gnu dot org 2006-09-22 18:19 --- For the 64-bit Darwin PPC port of libffi you have to follow the 64-bit calling conventions: http://developer.apple.com/documentation/DeveloperTools/Conceptual/LowLevelABI/index.html Also, take a look at src

[Bug libgcj/30513] [4.3 Regression] Bootstrap failure with libgcj on sparc-sun-solaris2.10

2007-01-27 Thread andreast at gcc dot gnu dot org
--- Comment #11 from andreast at gcc dot gnu dot org 2007-01-27 21:46 --- Subject: Bug 30513 Author: andreast Date: Sat Jan 27 21:46:15 2007 New Revision: 121239 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121239 Log: 2007-01-27 Andreas Tobler <[EMAI

[Bug libgcj/30513] [4.3 Regression] Bootstrap failure with libgcj on sparc-sun-solaris2.10

2007-02-08 Thread andreast at gcc dot gnu dot org
--- Comment #13 from andreast at gcc dot gnu dot org 2007-02-08 20:46 --- I'll close it. Doko confirmed it is working on sparc-linux. Thanks. -- andreast at gcc dot gnu dot org changed: What|Removed |

[Bug libffi/31507] New: libffi regression, many.c, closure_fn2/fn3.c with -Os

2007-04-07 Thread andreast at gcc dot gnu dot org
atus: UNCONFIRMED Severity: normal Priority: P3 Component: libffi AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: andreast at gcc dot gnu dot org GCC build triplet: x86_64-apple-darwin8 GCC host triplet: x86_64-apple-darwin8 GCC target tri

[Bug libffi/31507] libffi regression, many.c, closure_fn2/fn3.c with -Os

2007-04-07 Thread andreast at gcc dot gnu dot org
--- Comment #1 from andreast at gcc dot gnu dot org 2007-04-07 21:23 --- Created an attachment (id=13338) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13338&action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31507

[Bug libffi/31507] libffi regression, many.c, closure_fn2/fn3.c with -Os

2007-04-07 Thread andreast at gcc dot gnu dot org
--- Comment #2 from andreast at gcc dot gnu dot org 2007-04-07 21:24 --- Created an attachment (id=13339) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13339&action=view) error text -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31507

[Bug testsuite/32843] [4.3 Regression] : libffi.call/return_sc.c

2007-07-25 Thread andreast at gcc dot gnu dot org
--- Comment #6 from andreast at gcc dot gnu dot org 2007-07-25 20:11 --- Fine with me, thanks and sorry for the delay. Pls ci. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32843

[Bug libgcj/30071] make install fails for libjava

2007-07-29 Thread andreast at gcc dot gnu dot org
--- Comment #6 from andreast at gcc dot gnu dot org 2007-07-29 21:24 --- install-binPROGRAMS: install-toolexeclibLTLIBRARIES 'overwrites' the install-binPROGRAMS generated by automake. So this is a no go. I helped myself with this one: Index: M

[Bug java/32758] ecj1 hangs

2007-08-06 Thread andreast at gcc dot gnu dot org
--- Comment #8 from andreast at gcc dot gnu dot org 2007-08-06 20:34 --- Happens since r125624. Same situation on ppc-linux (32-bit) In the libjava testsuite you'll see the following test cases failing since then: FAIL: noclass execution - gij test FAIL: pr11951 execution - gij

[Bug java/33018] Not able to get past this error

2007-08-08 Thread andreast at gcc dot gnu dot org
--- Comment #4 from andreast at gcc dot gnu dot org 2007-08-08 20:56 --- and please answer the question from pinskia, how did you configure GCC. Here on my linuxbox it looks like this: Configured with: /export/home/tobleran/devel/gcc/head/gcc/configure --prefix=/export/home/tobleran

[Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, at gcse.c:3236

2007-08-14 Thread andreast at gcc dot gnu dot org
--- Comment #3 from andreast at gcc dot gnu dot org 2007-08-14 21:22 --- Created an attachment (id=14060) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14060&action=view) preprocessed source Added preprocessed source. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33029

[Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, at gcse.c:3236

2007-08-19 Thread andreast at gcc dot gnu dot org
--- Comment #8 from andreast at gcc dot gnu dot org 2007-08-19 19:56 --- I can confirm the patch in comment 7 fixes the bootstrap failure here. Thanks! -- andreast at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/32758] [4.3 Regression] ecj1 hangs

2007-08-24 Thread andreast at gcc dot gnu dot org
--- Comment #10 from andreast at gcc dot gnu dot org 2007-08-24 21:05 --- if libffi is compiled with -O0 the tests pass. If compiled with -O1/O2 they fail. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32758

[Bug middle-end/32758] [4.3 Regression] ecj1 hangs

2007-08-26 Thread andreast at gcc dot gnu dot org
--- Comment #11 from andreast at gcc dot gnu dot org 2007-08-26 21:28 --- compiling only java_raw_api.c with -O0 succeeds as well. So let us concentrate on this one. Speaking for darwin-ppc. Will retry tomorrow on ppc-linux. -- andreast at gcc dot gnu dot org changed

[Bug middle-end/32758] [4.3 Regression] ecj1 hangs

2007-08-27 Thread andreast at gcc dot gnu dot org
--- Comment #12 from andreast at gcc dot gnu dot org 2007-08-27 07:57 --- Created an attachment (id=14120) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14120&action=view) Preprocessed source at O1 java_raw_api -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32758

[Bug middle-end/32758] [4.3 Regression] ecj1 hangs

2007-08-27 Thread andreast at gcc dot gnu dot org
--- Comment #13 from andreast at gcc dot gnu dot org 2007-08-27 07:58 --- Created an attachment (id=14121) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14121&action=view) Assembly output from preprocessing the java_raw_api at O1 -- http://gcc.gnu.org/bugzilla/show_

[Bug middle-end/32758] [4.3 Regression] ecj1 hangs

2007-08-28 Thread andreast at gcc dot gnu dot org
--- Comment #16 from andreast at gcc dot gnu dot org 2007-08-28 18:44 --- Volumes/development/gcc/head/objdir/./gcc/xgcc -B/Volumes/development/gcc/head/objdir/./gcc/ -B/Volumes/development/gcc/head/testbin/powerpc-apple-darwin8.10.0/bin/ -B/Volumes/development/gcc/head/testbin/powerpc

[Bug middle-end/32758] [4.3 Regression] ecj1 hangs

2007-08-28 Thread andreast at gcc dot gnu dot org
--- Comment #18 from andreast at gcc dot gnu dot org 2007-08-28 21:00 --- Adding -fno-dce at -O1/O2 helps passing the failing test cases mentioned in comment #8 on ppc-linux and ppc-darwin. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32758

[Bug middle-end/32758] [4.3 Regression] ecj1 hangs

2007-08-29 Thread andreast at gcc dot gnu dot org
--- Comment #31 from andreast at gcc dot gnu dot org 2007-08-29 20:17 --- Thanks Jakub! With this patch: http://gcc.gnu.org/ml/gcc-patches/2007-08/msg02111.html you not only brought back the testsuite passes, you also made the bytecode compilation work again on ppc-linux and ppc

[Bug libgcj/33265] [4.3 regression] libjava testsuite failures on powerpc-linux

2007-08-31 Thread andreast at gcc dot gnu dot org
--- Comment #1 from andreast at gcc dot gnu dot org 2007-08-31 12:57 --- The failures are solved with PR32758 except the N19990310_02 ones. These happen on every other arch I have access to. (sparc, darwin, hppa, x86). The N19990310_02 failures are here since http://gcc.gnu.org/ml/gcc

[Bug libgcj/33266] [4.3 regression] N19990310_02 test failure

2007-08-31 Thread andreast at gcc dot gnu dot org
--- Comment #1 from andreast at gcc dot gnu dot org 2007-08-31 18:53 --- The N19990310_02 failures are here since http://gcc.gnu.org/ml/gcc-cvs/2007-08/msg00523.html. The failures I see on darwin{x86|ppc} sparc-solaris8, HPUX11.11, ppc-linux and x86-linux. -- andreast at gcc dot

[Bug middle-end/33290] [4.3 Regression] gcc.c-torture/execute/930921-1.c fails at -O1 and above now

2007-09-03 Thread andreast at gcc dot gnu dot org
--- Comment #2 from andreast at gcc dot gnu dot org 2007-09-03 13:05 --- Looks ok on PowerPC Darwin. 16 passes. I tested on top of 128028. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33290

[Bug java/33326] libjava - testsuite fails on intel Macintosh

2007-09-06 Thread andreast at gcc dot gnu dot org
-- andreast at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |andreast at gcc dot gnu dot |dot org

[Bug libgcj/33326] libjava - testsuite fails on intel Macintosh

2007-09-07 Thread andreast at gcc dot gnu dot org
--- Comment #2 from andreast at gcc dot gnu dot org 2007-09-07 18:59 --- Patch here: http://gcc.gnu.org/ml/java-patches/2007-q3/msg00235.html -- andreast at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/33266] [4.3 regression] N19990310_02 test failure

2007-09-07 Thread andreast at gcc dot gnu dot org
--- Comment #3 from andreast at gcc dot gnu dot org 2007-09-07 20:49 --- Right now all of the targets I test on do not complain anymore about this failures. So, 'WORKSFORME' -- andreast at gcc dot gnu dot org changed: What|Removed

[Bug libgcj/33326] libjava - testsuite fails on intel Macintosh

2007-09-09 Thread andreast at gcc dot gnu dot org
--- Comment #3 from andreast at gcc dot gnu dot org 2007-09-09 18:40 --- Subject: Bug 33326 Author: andreast Date: Sun Sep 9 18:40:36 2007 New Revision: 128302 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128302 Log: 2007-09-09 Andreas Tobler <[EMAI

[Bug libgcj/33326] libjava - testsuite fails on intel Macintosh

2007-09-09 Thread andreast at gcc dot gnu dot org
--- Comment #4 from andreast at gcc dot gnu dot org 2007-09-09 18:43 --- Checked in the mentioned patch. Fixed. -- andreast at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/33309] gcc.c:6236: error: passing argument 1 of 'xputenv' discards qualifiers from pointer target type

2007-09-10 Thread andreast at gcc dot gnu dot org
--- Comment #7 from andreast at gcc dot gnu dot org 2007-09-10 20:42 --- What is the status here? I tested the patch below on hppa64-hp-hpux11.11, i686-pc-linux-gnu and i686-apple-darwin8. It brings the pa target past the failure. The others completed bootstrap. I'm not able to te

[Bug bootstrap/33309] gcc.c:6236: error: passing argument 1 of 'xputenv' discards qualifiers from pointer target type

2007-09-10 Thread andreast at gcc dot gnu dot org
--- Comment #9 from andreast at gcc dot gnu dot org 2007-09-10 21:34 --- It is the same, I just wanted to summarize in patch form. If we have an approval then I can commit asap. Kaveh? I'm heading towards bed ;) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33309

[Bug java/33390] build of java hangs on powerPC

2007-09-11 Thread andreast at gcc dot gnu dot org
--- Comment #4 from andreast at gcc dot gnu dot org 2007-09-11 17:30 --- *** This bug has been marked as a duplicate of 33384 *** -- andreast at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/33384] Yet another bootstrap failure on PPC Darwin

2007-09-11 Thread andreast at gcc dot gnu dot org
--- Comment #1 from andreast at gcc dot gnu dot org 2007-09-11 17:30 --- *** Bug 33390 has been marked as a duplicate of this bug. *** -- andreast at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/33384] Yet another bootstrap failure on PPC Darwin

2007-09-11 Thread andreast at gcc dot gnu dot org
--- Comment #2 from andreast at gcc dot gnu dot org 2007-09-11 17:31 --- Fixed with this checkin. http://gcc.gnu.org/ml/gcc-cvs/2007-09/msg00369.html -- andreast at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/33411] Java Build Fails - internal compiler error: internal consistency failure

2007-09-12 Thread andreast at gcc dot gnu dot org
--- Comment #1 from andreast at gcc dot gnu dot org 2007-09-12 19:51 --- *** This bug has been marked as a duplicate of 33406 *** -- andreast at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/33406] At revision 128385 Bootstraping PPC Darwin still fail in Java

2007-09-12 Thread andreast at gcc dot gnu dot org
--- Comment #2 from andreast at gcc dot gnu dot org 2007-09-12 19:51 --- *** Bug 33411 has been marked as a duplicate of this bug. *** -- andreast at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/33406] [4.3 Regression] At revision 128385 Bootstraping PPC Darwin still fail in Java

2007-09-12 Thread andreast at gcc dot gnu dot org
--- Comment #3 from andreast at gcc dot gnu dot org 2007-09-12 20:32 --- --disable-checking succeeded with rev 128389. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33406

[Bug target/33406] [4.3 Regression] At revision 128385 Bootstraping PPC Darwin still fail in Java

2007-09-12 Thread andreast at gcc dot gnu dot org
--- Comment #5 from andreast at gcc dot gnu dot org 2007-09-13 03:56 --- I see now the same, --enable-checking is used now. -- andreast at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/33406] [4.3 Regression] At revision 128385 Bootstraping PPC Darwin still fail in Java

2007-09-16 Thread andreast at gcc dot gnu dot org
--- Comment #8 from andreast at gcc dot gnu dot org 2007-09-16 19:09 --- enable-checking is always used on development trees which trunk belongs to. I usually do build with disable-checking. And with disable-checking you do not see the bug. In comment #5 I only wanted to state that now

[Bug middle-end/33348] [4.3 Regression] gfortran.dg/g77/19990826-3.f fails at -O1

2007-09-19 Thread andreast at gcc dot gnu dot org
--- Comment #8 from andreast at gcc dot gnu dot org 2007-09-19 18:08 --- Fixed -- andreast at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug target/33406] [4.3 Regression] At revision 128385 Bootstraping PPC Darwin still fail in Java

2007-09-19 Thread andreast at gcc dot gnu dot org
--- Comment #13 from andreast at gcc dot gnu dot org 2007-09-19 18:09 --- Fixed -- andreast at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug fortran/33538] New: bootstrap break in fortran on *-apple-darwin r128671

2007-09-23 Thread andreast at gcc dot gnu dot org
MED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: andreast at gcc dot gnu dot org GCC build triplet: *-apple-darwin GCC host triplet: *-apple-darwin GCC target triplet: *-apple-darwin h

[Bug middle-end/33610] Access to long double struct member from nested procedure crashes

2007-10-02 Thread andreast at gcc dot gnu dot org
--- Comment #5 from andreast at gcc dot gnu dot org 2007-10-02 19:51 --- Works with O2/O3/Os on ppc-darwin 4.0.1 (Apple Computer, Inc. build 5367) Fails with O/O0/O1 on ppc-darwin 4.0.1 (Apple Computer, Inc. build 5367) Works with O/O1/O2/O3/Os on ppc-darwin gcc head 4.3.0 20071002

[Bug libgcj/20135] Returning true from LinkedHashMap.removeEldestEntry does not remove entry

2005-02-21 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-02-22 07:42 --- [wolfram:~] andreast% gcj foo.java --main=foo -o foo.exe [wolfram:~] andreast% ./foo.exe OK, Size is 15 [wolfram:~] andreast% gcj -v Using built-in specs. Reading specs from /Volumes/src/gcc/gcc-cvs

[Bug libgcj/20135] Returning true from LinkedHashMap.removeEldestEntry does not remove entry

2005-02-21 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-02-22 07:44 --- forgot the gcc version: gcc version 4.0.0 20050221 (experimental) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20135

[Bug java/20104] gij fails on ppc and not on x86

2005-02-22 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-02-22 20:07 --- I'll add a tc in libffi soon. It is ready here but I have a bunch of other tests I'll submit when I finished my other libffi stuff. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20104

[Bug libffi/20650] New: float.c fails to build with weird error message

2005-03-26 Thread andreast at gcc dot gnu dot org
libffi AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: andreast at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: powerpc-unknown-linux-gnu GCC host triplet: powerpc-unknown-linux-gnu GCC target triplet: powerpc-unknown-linux

[Bug libffi/20650] float.c fails to build with weird error message

2005-03-26 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-03-26 20:34 --- Created an attachment (id=8459) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8459&action=view) preprocessed source. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20650

[Bug libffi/20650] float.c fails to build with weird error message

2005-03-26 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-03-26 20:35 --- Created an attachment (id=8460) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8460&action=view) preprocessed asm -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20650

[Bug target/20650] [4.1 Regression] float.c fails to build with weird error message

2005-04-02 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-04-02 18:58 --- Verified on ppc-linux. Failing tc fixed, thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20650

[Bug java/21022] New: bootstrap error compiling libgcj with awt support on darwin-ppc

2005-04-14 Thread andreast at gcc dot gnu dot org
on darwin-ppc Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: andreast at gcc dot gnu dot org

[Bug java/21022] bootstrap error compiling libgcj with awt support on darwin-ppc

2005-04-16 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-04-16 20:16 --- I just built the tree without awt-gtk enabled. The gnu/java/awt/peer/gtk/GdkFontMetrics.class is built even without gtk enabled. So, a command line compile of the class to .o is possible and makes the bug

[Bug debug/37022] New: libffi test suite failures

2008-08-04 Thread andreast at gcc dot gnu dot org
Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: andreast at gcc dot gnu dot org GCC build triplet: x86_64-apple-darwin9 GCC host tripl

[Bug debug/37022] libffi test suite failures

2008-08-04 Thread andreast at gcc dot gnu dot org
--- Comment #1 from andreast at gcc dot gnu dot org 2008-08-04 19:59 --- Created an attachment (id=16016) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16016&action=view) preprocessed source closure_fn1 Preprocessed source. -- http://gcc.gnu.org/bugzilla/show_bug

  1   2   3   >