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/15710] New: ICE: tree check: expected class 'E', have 'c' (integer_cst) in make_class_data


I get the following error building a new version of Ant with gcj.  I was able to
build this code 1 week ago.  No small test case yet, but the offending source is
the same as is found in bug 15708.


$ gcj --encoding=ISO-8859-1 -Wno-deprecated
--classpath=upstream/src/main:../jakarta-ant/upstream/src/main -fassume-compiled
-g -O2 -MT upstream/src/main/org/apache/tools/ant/taskdefs/DefBase.lo -MD -MP
-MF upstream/src/main/org/apache/tools/ant/taskdefs/.deps/DefBase.Tpo -c
../jakarta-ant/upstream/src/main/org/apache/tools/ant/taskdefs/DefBase.java 
-fPIC -o upstream/src/main/org/apache/tools/ant/taskdefs/.libs/DefBase.o
../jakarta-ant/upstream/src/main/org/apache/tools/ant/taskdefs/DefBase.java:150:
internal compiler error: tree check: expected class 'E', have 'c' (integer_cst)
in make_class_data, at java/class.c:1508
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: ICE: tree check: expected class 'E', have 'c'
                    (integer_cst) in make_class_data
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: green at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


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


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