This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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
org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding>
 20: areturn

new:

 14: invokevirtual <Method
org.eclipse.jdt.internal.compiler.lookup.Scope.getTypeOrPackage
(char[],int)org.eclipse.jdt.internal.compiler.lookup.Binding>
 17: areturn


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28663


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]