[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/29424] FAIL: events output

2006-10-22 Thread andreast at gcc dot gnu dot org
--- Comment #1 from andreast at gcc dot gnu dot org 2006-10-22 20:27 --- Fixed with this commit: http://gcc.gnu.org/ml/java-patches/2006-q4/msg00084.html Confirmed here: http://gcc.gnu.org/ml/gcc-testresults/2006-10/msg01120.html This also fixes events run test on linux-ppc 32-bit

[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
: 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-gnu http://gcc.gnu.org

[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=8459action=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=8460action=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
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 CC: gcc-bugs at gcc

[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 java/21022] ICE while compiling GdkFontMetrics.class with stabs debugging

2005-04-19 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-04-19 17:53 --- Completed a build of HEAD with awt-gtk enabled on darwin7.9. Thanks! I run now a build on 4.0, even if we may not get this fix in for 4.0. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21022

[Bug debug/21022] [4.0 only] ICE while compiling GdkFontMetrics.class with stabs debugging

2005-04-19 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-04-19 20:26 --- Add on, a full bootstrap on 4.0 branch with the following config completed successfully: /Volumes/src/gcc/gcc-4.0-branch/gcc/configure --prefix=/Volumes/src/gcc/gcc-4.0-branch/testbin --enable-languages

[Bug target/21325] [4.0 Regression] libjava should be re-enabled for ppc-darwin

2005-05-03 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-05-03 16:47 --- Index: configure.in === RCS file: /cvs/gcc/gcc/configure.in,v retrieving revision 1.341.2.2 diff -u -r1.341.2.2 configure.in --- configure.in

[Bug driver/21366] New: The -bundle linking option does not get processed right on darwin

2005-05-03 Thread andreast at gcc dot gnu dot org
: UNCONFIRMED Severity: normal Priority: P2 Component: driver 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-apple-darwin* GCC host

[Bug target/21325] [4.0 Regression] libjava should be re-enabled for ppc-darwin

2005-05-06 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-05-06 18:33 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug java/26097] [4.2 regression]: Libjava failed to build

2006-02-04 Thread andreast at gcc dot gnu dot org
--- Comment #9 from andreast at gcc dot gnu dot org 2006-02-04 22:26 --- build completes with the patch from Tom. (#8) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26097

[Bug libgomp/25978] All libgomp tests timeout on ppc-darwin

2006-02-25 Thread andreast at gcc dot gnu dot org
--- Comment #5 from andreast at gcc dot gnu dot org 2006-02-25 21:24 --- http://gcc.gnu.org/ml/gcc-cvs/2006-02/msg00990.html -- andreast at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/26483] Wrong parsing of doubles when interpreted on ia64

2006-04-04 Thread andreast at gcc dot gnu dot org
--- Comment #15 from andreast at gcc dot gnu dot org 2006-04-04 20:46 --- Great, a libffi test case! Would you mind adding a reference to the PR in the test case header and adjust the 'int i' in main to 'unsigned int i'? If you feel ok with the test case then please commit to trunk

[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 113320

[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=gccview=revrev=115184 Log: 2006-07-04 Andreas Tobler [EMAIL PROTECTED] PR

[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 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

[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=gccview=revrev=115883 Log: 2006-08-02 Andreas Tobler [EMAIL PROTECTED] PR

[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.cgi?id

[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='-all_load

[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

[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=gccview=revrev=107345 -- andreast at gcc dot gnu dot org changed: What|Removed

[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 (working copy

[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
: 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 java/19368] GCJ doesn't build working hello world on OS X

2005-01-11 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-01-11 14:11 --- Todays gcc builds and runs this hello fine :) The difference I have here is the linking stage of libstdc++ and libgcj which I do with -dynamiclib -single_module. Without these modifications in ltcf-** we

[Bug java/19368] GCJ doesn't build working hello world on OS X

2005-01-11 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-01-11 19:15 --- Created an attachment (id=7929) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7929action=view) link libgcj with -single_module -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19368

[Bug java/19368] GCJ doesn't build working hello world on OS X

2005-01-11 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-01-11 19:17 --- I simply meant I did not test the previous ones. My cable connection dropped. I attached my hackerish ltcf** diff. You may try and see if it gives you a speed up. -- http://gcc.gnu.org/bugzilla

[Bug tree-optimization/19060] [4.0 Regression] Miscompiling of if and long long

2005-01-15 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-01-15 12:53 --- Do not know if it is really this patch or if we uncover another problem: /mnt/slice1/gcc-trunk/gcc/gcc/libgcc2.c: In function '__mulvdi3': /mnt/slice1/gcc-trunk/gcc/gcc/libgcc2.c:279: internal compiler

[Bug tree-optimization/19060] [4.0 Regression] Miscompiling of if and long long

2005-01-15 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-01-15 13:05 --- Starting program: /mnt/slice1/gcc-trunk/objdir/gcc/cc1 -fpreprocessed libgcc2.i -quiet -dumpbase libgcc2.c -auxbase-strip libgcc/./_mulvdi3.o -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing

[Bug other/18163] New: libffi test case ICE's on darwin

2004-10-26 Thread andreast at gcc dot gnu dot org
Status: UNCONFIRMED Severity: normal Priority: P2 Component: other 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-apple-darwin7.5.0

[Bug other/18163] libffi test case ICE's on darwin

2004-10-26 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2004-10-26 19:35 --- Created an attachment (id=7413) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7413action=view) test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18163

[Bug middle-end/18574] [4.0 Regression] bootstrap comprison failed

2004-11-20 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2004-11-20 15:47 --- I get differs too on powerpc-apple-darwin7.6.0 with --enable-checking (and without): Bootstrap comparison failure! ./combine.o differs ./convert.o differs ./fold-const.o differs cp/parser.o differs cp

[Bug libgcj/18699] [4.0 Regression] SIGSEGV in GC_local_gcj_malloc

2004-11-29 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2004-11-29 09:42 --- Reverting those two patches makes TT work on darwin. 2004-11-27 Bryce McKinlay [EMAIL PROTECTED] * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC. 2004-11-26 Bryce

[Bug libgcj/22253] New: ICE while compiling libjava/gnu/gcj/xlib/natWindow.cc

2005-06-30 Thread andreast at gcc dot gnu dot org
Priority: P2 Component: libgcj 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,java-prs at gcc dot gnu dot org GCC build triplet: powerpc-apple-darwin8.1.0 GCC host

[Bug middle-end/22253] ICE while compiling libjava/gnu/gcj/xlib/natWindow.cc

2005-06-30 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-06-30 15:19 --- Created an attachment (id=9179) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9179action=view) Preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22253

[Bug middle-end/22253] [4.1 Regression] ICE while compiling libjava/gnu/gcj/xlib/natWindow.cc

2005-07-03 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-07-03 18:23 --- Hm, seems to work now :) At least for the build. http://gcc.gnu.org/ml/gcc-testresults/2005-07/msg00144.html Could one confirm if it works on x86 with the reduced tc? -- http://gcc.gnu.org/bugzilla

[Bug middle-end/22253] [4.1 Regression] ICE while compiling libjava/gnu/gcj/xlib/natWindow.cc

2005-07-04 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-07-04 15:08 --- Confused :) http://gcc.gnu.org/ml/gcc-testresults/2005-07/msg00190.html is the --enable-checking ok ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22253

[Bug classpath/23238] split-for-gcj.sh should use CONFIG_SHELL

2005-08-08 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-08-08 19:24 --- With Andrew's suggestion I was able to build and test libjava on sparc-solaris10. The results of the testsuite do not look that good. A lot of java.lang.ClassNotFoundException where raised

[Bug other/23569] Building gcc-4.0.1 toolchain for arm-linux fails durring make

2005-08-26 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-08-26 07:47 --- do build it this way: gcj HelloWorld.java --main=HelloWorld -g -o HelloWorld.exe -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23569

[Bug java/23596] New: Can not compile current classpath with gcj (AbstractDocument.java)

2005-08-27 Thread andreast at gcc dot gnu dot org
(AbstractDocument.java) 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 CC: gcc-bugs

[Bug java/23597] New: Can not compile current classpath with gcj (AbstractDocument.java)

2005-08-27 Thread andreast at gcc dot gnu dot org
(AbstractDocument.java) 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 CC: gcc-bugs

[Bug other/24463] make install fails on AIX 5.2

2005-10-20 Thread andreast at gcc dot gnu dot org
--- Comment #1 from andreast at gcc dot gnu dot org 2005-10-20 21:27 --- Try configuring with an absolute path like: AIX:doug:2 ../gcc-3.4.3/configure --srcdir=../gcc-3.4.3 --enable-languages=c,c++ --enable-threads=aix /Path/to/your/gcc/source/gcc-3.4.3/configure --srcdir=/Path

[Bug java/24572] [4.0 regression] ICE in gimplify_expr, at gimplify.c:3983

2005-11-03 Thread andreast at gcc dot gnu dot org
--- Comment #2 from andreast at gcc dot gnu dot org 2005-11-03 20:16 --- Todays gcc-svn HEAD compiles the jar fine. On ppc darwin. Todays gcc-svn-gcc-4_0-branch fails with the below bt. Also on darwin. wolfram:~/Desktop] andreast% gdb /Volumes/export/gcc/gcc-svn/branch/testbin

[Bug java/24572] [4.0 regression] ICE in gimplify_expr, at gimplify.c:3983

2005-11-03 Thread andreast at gcc dot gnu dot org
--- Comment #3 from andreast at gcc dot gnu dot org 2005-11-03 20:35 --- Forgot to add where it bombs w/o gdb involved: antlr/Parser.java: In class 'antlr.Parser': antlr/Parser.java: In method 'antlr.Parser.consumeUntil(int)': antlr/Parser.java:0: internal compiler error: Bus error

[Bug libgcj/24403] --enable-java-awt=qt fails to build

2005-11-03 Thread andreast at gcc dot gnu dot org
--- Comment #4 from andreast at gcc dot gnu dot org 2005-11-03 23:18 --- First off, qt-peers are experimental, even in classpath (cp). The componentevent.cpp part is covered already in the next cp release. Which we will import soon. The build process we have to adjust. We can

[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 tree-optimization/29891] [4.3 Regression] libgcc2.c: In function '__gcc_bcmp': ICE: Segmentation fault

2006-11-19 Thread andreast at gcc dot gnu dot org
--- Comment #1 from andreast at gcc dot gnu dot org 2006-11-19 22:13 --- Last working rev is 118744, the failure appears in 118746. But not clear why. Andreas -- andreast at gcc dot gnu dot org changed: What|Removed |Added

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

2006-12-09 Thread andreast at gcc dot gnu dot org
--- Comment #3 from andreast at gcc dot gnu dot org 2006-12-09 20:23 --- *** Bug 30134 has been marked as a duplicate of this bug. *** -- andreast at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/30134] Bootstrap error: libffi has not been ported to powerpc64-apple-darwin8.8.0

2006-12-09 Thread andreast at gcc dot gnu dot org
--- Comment #1 from andreast at gcc dot gnu dot org 2006-12-09 20:23 --- *** This bug has been marked as a duplicate of 29152 *** -- andreast at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/30134] Bootstrap error: libffi has not been ported to powerpc64-apple-darwin8.8.0

2006-12-09 Thread andreast at gcc dot gnu dot org
--- Comment #3 from andreast at gcc dot gnu dot org 2006-12-09 21:03 --- Ok, in terms of configuration you are correct, this is a new bug. And the patch which introduced this is here: http://gcc.gnu.org/ml/gcc-cvs/2006-12/msg00297.html -- andreast at gcc dot gnu dot org changed

[Bug bootstrap/30134] Bootstrap error: libffi has not been ported to powerpc64-apple-darwin8.8.0

2006-12-09 Thread andreast at gcc dot gnu dot org
--- Comment #4 from andreast at gcc dot gnu dot org 2006-12-09 21:20 --- For the time being, this one, on the previous revision would have been the better approach. NOTE, it's untested! [wolfram:gcc/head/gcc] andreast% svn diff configure.in Index: configure.in

[Bug bootstrap/30134] Bootstrap error: libffi has not been ported to powerpc64-apple-darwin8.8.0

2006-12-09 Thread andreast at gcc dot gnu dot org
--- Comment #5 from andreast at gcc dot gnu dot org 2006-12-09 21:41 --- Created an attachment (id=12776) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12776action=view) patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30134

[Bug bootstrap/30134] Bootstrap error: libffi has not been ported to powerpc64-apple-darwin8.8.0

2006-12-09 Thread andreast at gcc dot gnu dot org
--- Comment #6 from andreast at gcc dot gnu dot org 2006-12-09 21:43 --- Bah, the attached patch is now under test, i?86-*darwin*, it refuses to configure for x86_64-*darwin*. So I guess it will not configure libffi under powerpc64-*darwin* either. -- andreast at gcc dot gnu dot

[Bug bootstrap/30510] Gcc failed to bootstrap

2007-01-19 Thread andreast at gcc dot gnu dot org
--- Comment #1 from andreast at gcc dot gnu dot org 2007-01-19 23:07 --- This works here: Index: parser.c === --- parser.c(revision 120949) +++ parser.c(working copy) @@ -13203,7 +13203,7 @@ bool

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

2007-01-22 Thread andreast at gcc dot gnu dot org
--- Comment #6 from andreast at gcc dot gnu dot org 2007-01-22 22:54 --- I undef'ed the sun in gcj/array.h since this was the only header I found useful for the moment. Having done this led me to the mentioned problem with write/read_barrier which is not implemented for sparc. Adding

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

2007-01-22 Thread andreast at gcc dot gnu dot org
--- Comment #7 from andreast at gcc dot gnu dot org 2007-01-23 07:29 --- Currently I'm not able to attach the patch. Sent privately. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30513

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

2007-01-22 Thread andreast at gcc dot gnu dot org
--- Comment #8 from andreast at gcc dot gnu dot org 2007-01-23 07:36 --- Created an attachment (id=12936) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12936action=view) patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30513

[Bug java/30454] [4.3 Regression] empty zip file in class path can cause leakage of file streams

2007-01-23 Thread andreast at gcc dot gnu dot org
--- Comment #15 from andreast at gcc dot gnu dot org 2007-01-23 08:44 --- Hah, that's why it builds here: Darwin wolfram.local 8.8.0 Darwin Kernel Version 8.8.0: Fri Sep 8 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPC Power Macintosh powerpc [wolfram:head/gcc/boehm-gc

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

2007-01-23 Thread andreast at gcc dot gnu dot org
--- Comment #9 from andreast at gcc dot gnu dot org 2007-01-23 22:10 --- Here is what I get when I add -ansi to the CXX flags: gnu/java/nio/channels/natFileChannelImpl.cc: In member function 'void gnu::java::nio::channels::FileChannelImpl::implTruncate(jlong)': gnu/java/nio/channels

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

2007-01-23 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/30513] [4.3 Regression] Bootstrap failure with libgcj on sparc-sun-solaris2.10

2007-01-24 Thread andreast at gcc dot gnu dot org
--- Comment #10 from andreast at gcc dot gnu dot org 2007-01-24 19:06 --- Patch sent here: http://gcc.gnu.org/ml/java-patches/2007-q1/msg00164.html I await comments from the sparc maintainers. Andreas -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30513

[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=gccview=revrev=121239 Log: 2007-01-27 Andreas Tobler [EMAIL PROTECTED] PR

[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 |Added

[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
: 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 triplet

[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=13338action=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=13339action=view) error text -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31507

[Bug libgcj/31659] config-int.h:327:1: error: INT8_MIN redefined

2007-05-04 Thread andreast at gcc dot gnu dot org
--- Comment #7 from andreast at gcc dot gnu dot org 2007-05-04 22:06 --- builds here too: sparc-sun-solaris2.8, multilib, native 32-bit. Tests are failing due to boehm-gc stuff: sp out of bounds and compilation complains about: /export/data/devel-test/gcc-svn/trunk/libjava/classpath

[Bug libgcj/31659] config-int.h:327:1: error: INT8_MIN redefined

2007-05-17 Thread andreast at gcc dot gnu dot org
--- Comment #9 from andreast at gcc dot gnu dot org 2007-05-17 21:16 --- I'll take it over and apply it to gcc-head and classpath. Tom did approve it. -- andreast at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/31659] config-int.h:327:1: error: INT8_MIN redefined

2007-05-19 Thread andreast at gcc dot gnu dot org
--- Comment #10 from andreast at gcc dot gnu dot org 2007-05-19 21:45 --- Subject: Bug 31659 Author: andreast Date: Sat May 19 20:44:43 2007 New Revision: 124860 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=124860 Log: 2007-05-19 Andreas Tobler [EMAIL PROTECTED] PR

[Bug regression/32009] building gcc4-4.3.0-20070518 failed on OSX 10.3.9

2007-05-20 Thread andreast at gcc dot gnu dot org
-- andreast at gcc dot gnu dot org changed: What|Removed |Added CC||andreast at gcc dot gnu dot

[Bug bootstrap/32009] [4.3 Regression] building gcc4-4.3.0-20070518 failed on OSX 10.3.9

2007-05-21 Thread andreast at gcc dot gnu dot org
--- Comment #4 from andreast at gcc dot gnu dot org 2007-05-21 13:06 --- Nope. It clinches somehow with this one: config/mh-ppc-darwin. Here the BOOT_CFLAGS is set to -g -O2 -mdynamic-no-pic. In the libgcc Makefile.in I see that MULTILIB_CFLAGS is set to CFLAGS + extra stuff. CFLAGS

[Bug bootstrap/32009] [4.3 Regression] building gcc4-4.3.0-20070518 failed on OSX 10.3.9

2007-05-21 Thread andreast at gcc dot gnu dot org
--- Comment #5 from andreast at gcc dot gnu dot org 2007-05-21 22:39 --- Late night comment, Paolo, I think your patch is fine but it exposed an inconsitency in using CFLAGS/BOOT_CFLAGS in libgcc. I could work around the problem with filtering out the mdynamic-no-pic inside the libgcc

[Bug bootstrap/32009] [4.3 Regression] building gcc4-4.3.0-20070518 failed on OSX 10.3.9

2007-05-23 Thread andreast at gcc dot gnu dot org
--- Comment #12 from andreast at gcc dot gnu dot org 2007-05-24 06:21 --- build completed. As expected. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32009

[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
: 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 bootstrap/39001] lto branch doesn't build

2009-03-27 Thread andreast at gcc dot gnu dot org
--- Comment #8 from andreast at gcc dot gnu dot org 2009-03-27 19:53 --- I confirm a successful bootstrap on powerpc-unknown-linux-gnu. Thanks Rafael! [andre...@mini objdir]$ ./gcc/xgcc -v Using built-in specs. COLLECT_GCC=./gcc/xgcc Target: powerpc-unknown-linux-gnu Configured

[Bug libgcj/31659] config-int.h:327:1: error: INT8_MIN redefined

2007-05-30 Thread andreast at gcc dot gnu dot org
--- Comment #12 from andreast at gcc dot gnu dot org 2007-05-30 20:44 --- No negative feedback, so closing. Please reopen if not fixed. -- andreast at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/32209] Boot failure Comparing stages 2 and 3

2007-06-04 Thread andreast at gcc dot gnu dot org
--- Comment #1 from andreast at gcc dot gnu dot org 2007-06-04 20:09 --- can you post the config flags? Did you may use --disable-checking ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32209

[Bug middle-end/32209] Boot failure Comparing stages 2 and 3

2007-06-04 Thread andreast at gcc dot gnu dot org
--- Comment #7 from andreast at gcc dot gnu dot org 2007-06-05 04:48 --- still broken for disable-checking -- andreast at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/32209] Boot failure Comparing stages 2 and 3

2007-06-04 Thread andreast at gcc dot gnu dot org
-- andreast at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

  1   2   3   >