public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/7283] ICE on recursive import of inner classes
       [not found] <20020712010601.7283.jmr@fulcrummicro.com>
@ 2003-07-18 22:21 ` dhazeghi at yahoo dot com
  2003-07-20  4:56 ` jmr at fulcrummicro dot com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-07-18 22:21 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|dhazeghi at yahoo dot com   |


------- Additional Comments From dhazeghi at yahoo dot com  2003-07-18 22:21 -------
Reminder that this bug is awaiting feedback: do you still see a crash on this code with current gcc 
3.3? Thanks.


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

* [Bug java/7283] ICE on recursive import of inner classes
       [not found] <20020712010601.7283.jmr@fulcrummicro.com>
  2003-07-18 22:21 ` [Bug java/7283] ICE on recursive import of inner classes dhazeghi at yahoo dot com
@ 2003-07-20  4:56 ` jmr at fulcrummicro dot com
  2003-07-20  5:08 ` jmr at fulcrummicro dot com
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jmr at fulcrummicro dot com @ 2003-07-20  4:56 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From jmr at fulcrummicro dot com  2003-07-20 04:56 -------
Subject: Re:  ICE on recursive import of inner classes

Yes, I still see this with the current cvs sources.


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

* [Bug java/7283] ICE on recursive import of inner classes
       [not found] <20020712010601.7283.jmr@fulcrummicro.com>
  2003-07-18 22:21 ` [Bug java/7283] ICE on recursive import of inner classes dhazeghi at yahoo dot com
  2003-07-20  4:56 ` jmr at fulcrummicro dot com
@ 2003-07-20  5:08 ` jmr at fulcrummicro dot com
  2003-07-20 10:10 ` s dot bosscher at student dot tudelft dot nl
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jmr at fulcrummicro dot com @ 2003-07-20  5:08 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From jmr at fulcrummicro dot com  2003-07-20 05:08 -------
Subject: Re:  ICE on recursive import of inner classes

Now the line number is java/parse.y:3474


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

* [Bug java/7283] ICE on recursive import of inner classes
       [not found] <20020712010601.7283.jmr@fulcrummicro.com>
                   ` (2 preceding siblings ...)
  2003-07-20  5:08 ` jmr at fulcrummicro dot com
@ 2003-07-20 10:10 ` s dot bosscher at student dot tudelft dot nl
  2003-08-01  4:28 ` pinskia at physics dot uc dot edu
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: s dot bosscher at student dot tudelft dot nl @ 2003-07-20 10:10 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From s dot bosscher at student dot tudelft dot nl  2003-07-20 10:10 -------
Subject: Re:  ICE on recursive import of inner classes

Op zo 20-07-2003, om 06:56 schreef jmr at fulcrummicro dot com:
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7283
> 
> 
> 
> ------- Additional Comments From jmr at fulcrummicro dot com  2003-07-20 04:56 -------
> Subject: Re:  ICE on recursive import of inner classes
> 
> Yes, I still see this with the current cvs sources.

This may be a bit of a dumb question, but all I get every time is the
error message Andrew has, too.  How exactly do you get the ICE.  What is
the command line you use to invoke gjc?


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

* [Bug java/7283] ICE on recursive import of inner classes
       [not found] <20020712010601.7283.jmr@fulcrummicro.com>
                   ` (3 preceding siblings ...)
  2003-07-20 10:10 ` s dot bosscher at student dot tudelft dot nl
@ 2003-08-01  4:28 ` pinskia at physics dot uc dot edu
  2003-08-06  0:46 ` pinskia at physics dot uc dot edu
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-01  4:28 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|0000-00-00 00:00:00         |2003-08-01 04:28:26
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-01 04:28 -------
I can confirm this on the mainline (20030731).
you have to put X.java and Y.java into a subdirectory called p and then compile X.java:
gcj -v p/X.java
It new ICEs only with checking turned on also.
otherwise I get :
./p/X.java:6: confused by earlier errors, bailing out


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

* [Bug java/7283] ICE on recursive import of inner classes
       [not found] <20020712010601.7283.jmr@fulcrummicro.com>
                   ` (4 preceding siblings ...)
  2003-08-01  4:28 ` pinskia at physics dot uc dot edu
@ 2003-08-06  0:46 ` pinskia at physics dot uc dot edu
  2004-01-02  6:43 ` pinskia at gcc dot gnu dot org
  2004-05-22  3:24 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-06  0:46 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


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

* [Bug java/7283] ICE on recursive import of inner classes
       [not found] <20020712010601.7283.jmr@fulcrummicro.com>
                   ` (5 preceding siblings ...)
  2003-08-06  0:46 ` pinskia at physics dot uc dot edu
@ 2004-01-02  6:43 ` pinskia at gcc dot gnu dot org
  2004-05-22  3:24 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-02  6:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-02 06:43 -------
Actually this is invalid, you have to include the other .java file on the command line, at 
least that is what Sun's SDK javac needs.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
           Keywords|ice-on-valid-code           |error-recovery, ice-on-
                   |                            |invalid-code
   Last reconfirmed|2003-08-01 04:28:26         |2004-01-02 06:43:08
               date|                            |


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


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

* [Bug java/7283] ICE on recursive import of inner classes
       [not found] <20020712010601.7283.jmr@fulcrummicro.com>
                   ` (6 preceding siblings ...)
  2004-01-02  6:43 ` pinskia at gcc dot gnu dot org
@ 2004-05-22  3:24 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-22  3:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-21 02:31 -------
Fixed on the mainline.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.5.0


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


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

end of thread, other threads:[~2004-05-21  2:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020712010601.7283.jmr@fulcrummicro.com>
2003-07-18 22:21 ` [Bug java/7283] ICE on recursive import of inner classes dhazeghi at yahoo dot com
2003-07-20  4:56 ` jmr at fulcrummicro dot com
2003-07-20  5:08 ` jmr at fulcrummicro dot com
2003-07-20 10:10 ` s dot bosscher at student dot tudelft dot nl
2003-08-01  4:28 ` pinskia at physics dot uc dot edu
2003-08-06  0:46 ` pinskia at physics dot uc dot edu
2004-01-02  6:43 ` pinskia at gcc dot gnu dot org
2004-05-22  3:24 ` pinskia 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).