[Bug java/28663] [4.2 regression] gcj fails to binary-compile eclipse's javac

2006-08-29 Thread aph at gcc dot gnu dot org
--- Comment #8 from aph at gcc dot gnu dot org 2006-08-29 10:08 --- OK, I'm working on this. It looks like a regression from 4.1.1 - 4.1.2. -- aph at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/28663] [4.2 regression] gcj fails to binary-compile eclipse's javac

2006-08-29 Thread aph at gcc dot gnu dot org
--- Comment #9 from aph at gcc dot gnu dot org 2006-08-29 10:37 --- OK, here it is: old: 14: invokevirtual Method org.eclipse.jdt.internal.compiler.lookup.Scope.getTypeOrPackage (char[],int)org.eclipse.jdt.internal.compiler.lookup.Binding 17: checkcast Class

[Bug java/28663] [4.2 regression] gcj fails to binary-compile eclipse's javac

2006-08-29 Thread aph at gcc dot gnu dot org
--- Comment #10 from aph at gcc dot gnu dot org 2006-08-29 14:05 --- class Psupersuper { } class Psuper extends Psupersuper { } class P extends Psuper { Psupersuper barf() { return new P(); } } class PR28663 { static Psuper arse () { return (P)new P().barf(); } }

[Bug java/28663] [4.2 regression] gcj fails to binary-compile eclipse's javac

2006-08-29 Thread aph at gcc dot gnu dot org
--- Comment #11 from aph at gcc dot gnu dot org 2006-08-29 15:06 --- Patch at http://gcc.gnu.org/ml/gcc-patches/2006-08/msg01085.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28663

[Bug java/28663] [4.2 regression] gcj fails to binary-compile eclipse's javac

2006-08-29 Thread tromey at gcc dot gnu dot org
--- Comment #12 from tromey at gcc dot gnu dot org 2006-08-29 17:27 --- PR 28067 blocks this -- when merging the gcj-eclipse branch to trunk, we should remove the workaround patch. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/28663] [4.2 regression] gcj fails to binary-compile eclipse's javac

2006-08-28 Thread aph at gcc dot gnu dot org
-- aph at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED|WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28663

[Bug java/28663] [4.2 regression] gcj fails to binary-compile eclipse's javac

2006-08-28 Thread h dot mth at web dot de
--- Comment #7 from h dot mth at web dot de 2006-08-28 21:45 --- I stored my broken ecj-3.2.jar here: http://geki.ath.cx/hacks/ecj.jar -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28663

[Bug java/28663] [4.2 regression] gcj fails to binary-compile eclipse's javac

2006-08-27 Thread h dot mth at web dot de
--- Comment #6 from h dot mth at web dot de 2006-08-27 12:31 --- After some testing I can say that this is caused by the fix to bug 27529. -- h dot mth at web dot de changed: What|Removed |Added

[Bug java/28663] [4.2 regression] gcj fails to binary-compile eclipse's javac

2006-08-26 Thread aph at gcc dot gnu dot org
--- Comment #4 from aph at gcc dot gnu dot org 2006-08-26 17:35 --- I need a test case. Please attach the .class of .jar to this PR. -- aph at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/28663] [4.2 regression] gcj fails to binary-compile eclipse's javac

2006-08-26 Thread aph at gcc dot gnu dot org
--- Comment #5 from aph at gcc dot gnu dot org 2006-08-26 17:37 --- If you can generate this failure with just the class files, please supply those instead of the whole jar. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28663

[Bug java/28663] [4.2 regression] gcj fails to binary-compile eclipse's javac

2006-08-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28663

[Bug java/28663] [4.2 regression] gcj fails to binary-compile eclipse's javac

2006-08-17 Thread bero at arklinux dot org
--- Comment #3 from bero at arklinux dot org 2006-08-17 14:45 --- gcj -C miscompiles just org/eclipse/jdt/internal/compiler/lookup/Scope.java and org/eclipse/jdt/internal/compiler/ast/QualifiedTypeReference.java -- I can generate a perfectly working ecj using gcj -C for all files, then

[Bug java/28663] [4.2 regression] gcj fails to binary-compile eclipse's javac

2006-08-15 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2006-08-15 23:02 --- Some debugging shows this is related to the new jar -- if I use jar from gcc 4.1.x (or just fastjar 0.93 from www.sourceforge.net/projects/fastjar) to generate the ecj.jar file, I can binary-compile it with gcj 4.2 just

[Bug java/28663] [4.2 regression] gcj fails to binary-compile eclipse's javac

2006-08-15 Thread bero at arklinux dot org
--- Comment #2 from bero at arklinux dot org 2006-08-16 00:01 --- Forget about the last comment - there was a typo in my try old gcc version script that caused reverting to the old jar to revert to the old gcj for .java-.class compilation too (but not for .jar-.so). On a further look

[Bug java/28663] [4.2 regression] gcj fails to binary-compile eclipse's javac

2006-08-09 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28663