public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/20031] New: [4.0 regression] ICE on missing files
@ 2005-02-17 17:10 bonniot at users dot sf dot net
  2005-02-17 18:04 ` [Bug java/20031] " bonniot at users dot sf dot net
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: bonniot at users dot sf dot net @ 2005-02-17 17:10 UTC (permalink / raw)
  To: java-prs

I'm getting two different ICEs in certain compilation situations, with trivially
small files. This seems to be about where source/class files are located, not
what's inside them (although the second bug does only occur if class B has the
abstract modifier).

Instead of painfully explaining what exacts steps to take to reproduce, I
included a small Makefile in the archive.

This is a regression: I get the ICEs with gcj 4.0.0 20050212 (Debian
gcc-snapshot), while both gcj 3.3 and 3.4 work correctly (report errors, without
ICE).

-- 
           Summary: [4.0 regression] ICE on missing files
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bonniot at users dot sf dot net
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
  GCC host triplet: i386-debian-linux-gnu


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


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

* [Bug java/20031] [4.0 regression] ICE on missing files
  2005-02-17 17:10 [Bug java/20031] New: [4.0 regression] ICE on missing files bonniot at users dot sf dot net
@ 2005-02-17 18:04 ` bonniot at users dot sf dot net
  2005-02-17 19:18 ` bonniot at users dot sf dot net
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bonniot at users dot sf dot net @ 2005-02-17 18:04 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From bonniot at users dot sf dot net  2005-02-17 16:55 -------
Created an attachment (id=8215)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8215&action=view)
testcase


-- 


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


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

* [Bug java/20031] [4.0 regression] ICE on missing files
  2005-02-17 17:10 [Bug java/20031] New: [4.0 regression] ICE on missing files bonniot at users dot sf dot net
  2005-02-17 18:04 ` [Bug java/20031] " bonniot at users dot sf dot net
@ 2005-02-17 19:18 ` bonniot at users dot sf dot net
  2005-02-17 23:49 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bonniot at users dot sf dot net @ 2005-02-17 19:18 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From bonniot at users dot sf dot net  2005-02-17 16:57 -------
I forgot, here is the output I get:

/usr/lib/gcc-snapshot/bin/gcj -d classes -C pkg/A.java pkg/B.java
/usr/lib/gcc-snapshot/bin/gcj classes/pkg/B.class
jc1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: [bug1] Error 1 (ignored)
mv pkg pkg.bak
/usr/lib/gcc-snapshot/bin/gcj classes/pkg/B.class
jc1: error: cannot find file for class pkg.A
pkg/B.java:0: error: cannot find file for class pkg.A
pkg/B.java:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: [bug2] Error 1 (ignored)
mv pkg.bak pkg


-- 


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


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

* [Bug java/20031] [4.0 regression] ICE on missing files
  2005-02-17 17:10 [Bug java/20031] New: [4.0 regression] ICE on missing files bonniot at users dot sf dot net
  2005-02-17 18:04 ` [Bug java/20031] " bonniot at users dot sf dot net
  2005-02-17 19:18 ` bonniot at users dot sf dot net
@ 2005-02-17 23:49 ` pinskia at gcc dot gnu dot org
  2005-02-17 23:49 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-17 23:49 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code


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


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

* [Bug java/20031] [4.0 regression] ICE on missing files
  2005-02-17 17:10 [Bug java/20031] New: [4.0 regression] ICE on missing files bonniot at users dot sf dot net
                   ` (2 preceding siblings ...)
  2005-02-17 23:49 ` pinskia at gcc dot gnu dot org
@ 2005-02-17 23:49 ` pinskia at gcc dot gnu dot org
  2005-03-05 23:15 ` [Bug java/20031] [4.0/4.1 " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-17 23:49 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-17 18:04 -------
Confirmed, this is a java front-end bug.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-17 18:04:06
               date|                            |


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


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

* [Bug java/20031] [4.0/4.1 regression] ICE on missing files
  2005-02-17 17:10 [Bug java/20031] New: [4.0 regression] ICE on missing files bonniot at users dot sf dot net
                   ` (3 preceding siblings ...)
  2005-02-17 23:49 ` pinskia at gcc dot gnu dot org
@ 2005-03-05 23:15 ` pinskia at gcc dot gnu dot org
  2005-09-07  7:46 ` mmitchel at gcc dot gnu dot org
  2005-09-09 10:13 ` rmathew at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-05 23:15 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


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


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

* [Bug java/20031] [4.0/4.1 regression] ICE on missing files
  2005-02-17 17:10 [Bug java/20031] New: [4.0 regression] ICE on missing files bonniot at users dot sf dot net
                   ` (4 preceding siblings ...)
  2005-03-05 23:15 ` [Bug java/20031] [4.0/4.1 " pinskia at gcc dot gnu dot org
@ 2005-09-07  7:46 ` mmitchel at gcc dot gnu dot org
  2005-09-09 10:13 ` rmathew at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-09-07  7:46 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-09-07 07:45 -------
Java bugs are not release-critical; removing target milestone.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.0                       |---


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


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

* [Bug java/20031] [4.0/4.1 regression] ICE on missing files
  2005-02-17 17:10 [Bug java/20031] New: [4.0 regression] ICE on missing files bonniot at users dot sf dot net
                   ` (5 preceding siblings ...)
  2005-09-07  7:46 ` mmitchel at gcc dot gnu dot org
@ 2005-09-09 10:13 ` rmathew at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: rmathew at gcc dot gnu dot org @ 2005-09-09 10:13 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From rmathew at gcc dot gnu dot org  2005-09-09 10:13 -------
One proposal for a patch is here:

  http://gcc.gnu.org/ml/java-patches/2005-q3/msg00313.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/java-
                   |                            |patches/2005-
                   |                            |q3/msg00313.html


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


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

end of thread, other threads:[~2005-09-09 10:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-17 17:10 [Bug java/20031] New: [4.0 regression] ICE on missing files bonniot at users dot sf dot net
2005-02-17 18:04 ` [Bug java/20031] " bonniot at users dot sf dot net
2005-02-17 19:18 ` bonniot at users dot sf dot net
2005-02-17 23:49 ` pinskia at gcc dot gnu dot org
2005-02-17 23:49 ` pinskia at gcc dot gnu dot org
2005-03-05 23:15 ` [Bug java/20031] [4.0/4.1 " pinskia at gcc dot gnu dot org
2005-09-07  7:46 ` mmitchel at gcc dot gnu dot org
2005-09-09 10:13 ` rmathew 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).