public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/15710] New: ICE: tree check: expected class 'E', have 'c' (integer_cst) in make_class_data
@ 2004-05-28 17:17 green at redhat dot com
  2004-05-28 19:03 ` [Bug java/15710] [3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: green at redhat dot com @ 2004-05-28 17:17 UTC (permalink / raw)
  To: java-prs

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug java/15710] [3.5 Regression] ICE: tree check: expected class 'E', have 'c' (integer_cst) in make_class_data
  2004-05-28 17:17 [Bug java/15710] New: ICE: tree check: expected class 'E', have 'c' (integer_cst) in make_class_data green at redhat dot com
@ 2004-05-28 19:03 ` pinskia at gcc dot gnu dot org
  2004-09-20 22:31 ` [Bug java/15710] [4.0 " tromey at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-28 19:03 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-28 17:17 -------
Could be related to PR 11188, or bug 12755.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
            Summary|ICE: tree check: expected   |[3.5 Regression] ICE: tree
                   |class 'E', have 'c'         |check: expected class 'E',
                   |(integer_cst) in            |have 'c' (integer_cst) in
                   |make_class_data             |make_class_data
   Target Milestone|---                         |3.5.0
            Version|unknown                     |3.5.0


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug java/15710] [4.0 Regression] ICE: tree check: expected class 'E', have 'c' (integer_cst) in make_class_data
  2004-05-28 17:17 [Bug java/15710] New: ICE: tree check: expected class 'E', have 'c' (integer_cst) in make_class_data green at redhat dot com
  2004-05-28 19:03 ` [Bug java/15710] [3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-09-20 22:31 ` tromey at gcc dot gnu dot org
  2004-09-22 23:30 ` tromey at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-09-20 22:31 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |17574
              nThis|                            |


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug java/15710] [4.0 Regression] ICE: tree check: expected class 'E', have 'c' (integer_cst) in make_class_data
  2004-05-28 17:17 [Bug java/15710] New: ICE: tree check: expected class 'E', have 'c' (integer_cst) in make_class_data green at redhat dot com
  2004-05-28 19:03 ` [Bug java/15710] [3.5 Regression] " pinskia at gcc dot gnu dot org
  2004-09-20 22:31 ` [Bug java/15710] [4.0 " tromey at gcc dot gnu dot org
@ 2004-09-22 23:30 ` tromey at gcc dot gnu dot org
  2004-09-27 22:26 ` tromey at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-09-22 23:30 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-09-22 23:30 -------
Compiling this file works fine for me with my current compiler.
I suspect it was either fixed by a patch elsewhere, or by one
of the other bug fixes in my tree.

Could you try again with cvs head?  And if it fails, append
a stack trace from jc1?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |tromey at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug java/15710] [4.0 Regression] ICE: tree check: expected class 'E', have 'c' (integer_cst) in make_class_data
  2004-05-28 17:17 [Bug java/15710] New: ICE: tree check: expected class 'E', have 'c' (integer_cst) in make_class_data green at redhat dot com
                   ` (2 preceding siblings ...)
  2004-09-22 23:30 ` tromey at gcc dot gnu dot org
@ 2004-09-27 22:26 ` tromey at gcc dot gnu dot org
  2004-09-27 22:54 ` tromey at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-09-27 22:26 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-09-27 22:26 -------
FWIW I was able to reproduce this today using
cvs trunk gcj and cvs trunk rhug.


-- 


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug java/15710] [4.0 Regression] ICE: tree check: expected class 'E', have 'c' (integer_cst) in make_class_data
  2004-05-28 17:17 [Bug java/15710] New: ICE: tree check: expected class 'E', have 'c' (integer_cst) in make_class_data green at redhat dot com
                   ` (3 preceding siblings ...)
  2004-09-27 22:26 ` tromey at gcc dot gnu dot org
@ 2004-09-27 22:54 ` tromey at gcc dot gnu dot org
  2004-09-28 16:45 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-09-27 22:54 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-09-27 22:54 -------
FYI, I'm testing a patch.
The problem seems to be that we can see an unloaded superinterface
in add_miranda_methods.


-- 


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug java/15710] [4.0 Regression] ICE: tree check: expected class 'E', have 'c' (integer_cst) in make_class_data
  2004-05-28 17:17 [Bug java/15710] New: ICE: tree check: expected class 'E', have 'c' (integer_cst) in make_class_data green at redhat dot com
                   ` (4 preceding siblings ...)
  2004-09-27 22:54 ` tromey at gcc dot gnu dot org
@ 2004-09-28 16:45 ` pinskia at gcc dot gnu dot org
  2004-09-28 18:27 ` cvs-commit at gcc dot gnu dot org
  2004-09-28 18:27 ` tromey at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-28 16:45 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-28 16:45 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02876.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug java/15710] [4.0 Regression] ICE: tree check: expected class 'E', have 'c' (integer_cst) in make_class_data
  2004-05-28 17:17 [Bug java/15710] New: ICE: tree check: expected class 'E', have 'c' (integer_cst) in make_class_data green at redhat dot com
                   ` (6 preceding siblings ...)
  2004-09-28 18:27 ` cvs-commit at gcc dot gnu dot org
@ 2004-09-28 18:27 ` tromey at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-09-28 18:27 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-09-28 18:27 -------
Fix checked in.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug java/15710] [4.0 Regression] ICE: tree check: expected class 'E', have 'c' (integer_cst) in make_class_data
  2004-05-28 17:17 [Bug java/15710] New: ICE: tree check: expected class 'E', have 'c' (integer_cst) in make_class_data green at redhat dot com
                   ` (5 preceding siblings ...)
  2004-09-28 16:45 ` pinskia at gcc dot gnu dot org
@ 2004-09-28 18:27 ` cvs-commit at gcc dot gnu dot org
  2004-09-28 18:27 ` tromey at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-09-28 18:27 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-09-28 18:27 -------
Subject: Bug 15710

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tromey@gcc.gnu.org	2004-09-28 18:27:25

Modified files:
	gcc/java       : ChangeLog class.c 

Log message:
	PR java/15710:
	* class.c (add_miranda_methods): Load superinterface if not
	already loaded.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1468&r2=1.1469
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/class.c.diff?cvsroot=gcc&r1=1.207&r2=1.208



-- 


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-09-28 18:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-28 17:17 [Bug java/15710] New: ICE: tree check: expected class 'E', have 'c' (integer_cst) in make_class_data green at redhat dot com
2004-05-28 19:03 ` [Bug java/15710] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-09-20 22:31 ` [Bug java/15710] [4.0 " tromey at gcc dot gnu dot org
2004-09-22 23:30 ` tromey at gcc dot gnu dot org
2004-09-27 22:26 ` tromey at gcc dot gnu dot org
2004-09-27 22:54 ` tromey at gcc dot gnu dot org
2004-09-28 16:45 ` pinskia at gcc dot gnu dot org
2004-09-28 18:27 ` cvs-commit at gcc dot gnu dot org
2004-09-28 18:27 ` tromey at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).