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

2007-07-02 Thread ro at gcc dot gnu dot org
--- Comment #14 from ro at gcc dot gnu dot org 2007-07-02 14:48 --- Subject: Bug 30513 Author: ro Date: Mon Jul 2 14:48:28 2007 New Revision: 126210 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126210 Log: PR libgcj/30513 * configure.host (i[3-6]86-*): Undef

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

2007-02-08 Thread tromey at gcc dot gnu dot org
--- Comment #12 from tromey at gcc dot gnu dot org 2007-02-08 19:49 --- Subject: Bug 30513 Author: tromey Date: Thu Feb 8 19:49:32 2007 New Revision: 121721 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=121721 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 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-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-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)':

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

2007-01-21 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2007-01-21 17:18 --- Interesting -- I would not have thought of trying -ansi. I wonder if this approach would really work for us. I wonder sometime in the future -ansi will turn off other GNU extensions that we use. Andreas T. had seen

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

2007-01-20 Thread ghazi at gcc dot gnu dot org
--- Comment #4 from ghazi at gcc dot gnu dot org 2007-01-21 04:35 --- Tom, I tried your patch and now I get the following error. On line 14 in AnnotationInvocationHandler.h, there is namespace sun and sun is defined to 1 on solaris. When I recompile with -ansi (which eliminates sun

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

2007-01-19 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-01-20 01:30 --- I remember Andreas T. mentioned this before. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added