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] New: [4.2 regression] gcj fails to binary-compile eclipse's javac


gcj -O2 -fomit-frame-pointer -fweb -frename-registers -fPIC -fjni -shared
-Wl,-O2,--as-needed,--enable-new-dtags,-soname,libecj.so.3 -o libecj.so.3
ecj.jar
org/eclipse/jdt/internal/compiler/lookup/Scope.java: In class
'org.eclipse.jdt.internal.compiler.lookup.Scope':
org/eclipse/jdt/internal/compiler/lookup/Scope.java: In method
'org.eclipse.jdt.internal.compiler.lookup.Scope.getType(char[])':
org/eclipse/jdt/internal/compiler/lookup/Scope.java:2256: error: verification
failed at PC=18: incompatible return type
org/eclipse/jdt/internal/compiler/lookup/Scope.java: In method
'org.eclipse.jdt.internal.compiler.lookup.Scope.getType(char[][],int)':
org/eclipse/jdt/internal/compiler/lookup/Scope.java:2296: error: verification
failed at PC=77: incompatible return type
org/eclipse/jdt/internal/compiler/ast/QualifiedTypeReference.java: In class
'org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference':
org/eclipse/jdt/internal/compiler/ast/QualifiedTypeReference.java: In method
'org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference.getTypeBinding(org.eclipse.jdt.internal.compiler.lookup.Scope)':
org/eclipse/jdt/internal/compiler/ast/QualifiedTypeReference.java:59: error:
verification failed at PC=34: incompatible return type


Works as expected in 4.1.1.


-- 
           Summary: [4.2 regression] gcj fails to binary-compile eclipse's
                    javac
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bero at arklinux dot org
 GCC build triplet: i586-pc-linux-gnu
  GCC host triplet: i586-pc-linux-gnu
GCC target triplet: i586-pc-linux-gnu


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]