public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/5641] Verifier ICE on reference to inherited method
       [not found] <20020209020600.5641.ebb9@email.byu.edu>
@ 2003-07-01 23:02 ` tromey at gcc dot gnu dot org
  2003-07-05 16:55 ` dhazeghi at yahoo dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2003-07-01 23:02 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=5641


tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-01 23:02:26
               date|                            |


------- Additional Comments From tromey at gcc dot gnu dot org  2003-07-01 23:02 -------
This is still a bug in 3.3 and the current trunk.
Take the small included example, compile it
to bytecode, then run the bytecode through
gcj.  gcj will give erroneous errors.
(It doesn't ICE any more though.)


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

* [Bug libgcj/5641] Verifier ICE on reference to inherited method
       [not found] <20020209020600.5641.ebb9@email.byu.edu>
  2003-07-01 23:02 ` [Bug libgcj/5641] Verifier ICE on reference to inherited method tromey at gcc dot gnu dot org
@ 2003-07-05 16:55 ` dhazeghi at yahoo dot com
  2003-08-19  3:35 ` [Bug java/5641] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-07-05 16:55 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=5641


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
           Keywords|ice-on-valid-code           |rejects-valid
   Last reconfirmed|2003-07-01 23:02:26         |2003-07-05 16:55:48
               date|                            |
            Version|unknown                     |3.3


------- Additional Comments From dhazeghi at yahoo dot com  2003-07-05 16:55 -------
Shouldn't be in waiting.


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

* [Bug java/5641] Verifier ICE on reference to inherited method
       [not found] <20020209020600.5641.ebb9@email.byu.edu>
  2003-07-01 23:02 ` [Bug libgcj/5641] Verifier ICE on reference to inherited method tromey at gcc dot gnu dot org
  2003-07-05 16:55 ` dhazeghi at yahoo dot com
@ 2003-08-19  3:35 ` pinskia at gcc dot gnu dot org
  2003-08-19 14:45 ` tromey at gcc dot gnu dot org
  2003-10-24 13:49 ` rodif_bl at yahoo dot com
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-19  3:35 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=5641



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-19 03:35 -------
Related to bug 11336 and bug 7290.


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

* [Bug java/5641] Verifier ICE on reference to inherited method
       [not found] <20020209020600.5641.ebb9@email.byu.edu>
                   ` (2 preceding siblings ...)
  2003-08-19  3:35 ` [Bug java/5641] " pinskia at gcc dot gnu dot org
@ 2003-08-19 14:45 ` tromey at gcc dot gnu dot org
  2003-10-24 13:49 ` rodif_bl at yahoo dot com
  4 siblings, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2003-08-19 14:45 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=5641


tromey at gcc dot gnu dot org changed:

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


------- Additional Comments From tromey at gcc dot gnu dot org  2003-08-19 14:45 -------
This was fixed by the Miranda method patch that
went in on 2003-08-11.


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

* [Bug java/5641] Verifier ICE on reference to inherited method
       [not found] <20020209020600.5641.ebb9@email.byu.edu>
                   ` (3 preceding siblings ...)
  2003-08-19 14:45 ` tromey at gcc dot gnu dot org
@ 2003-10-24 13:49 ` rodif_bl at yahoo dot com
  4 siblings, 0 replies; 5+ messages in thread
From: rodif_bl at yahoo dot com @ 2003-10-24 13:49 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=5641



------- Additional Comments From rodif_bl at yahoo dot com  2003-10-24 13:48 -------
This bug seems to be fixed when compiling from source files
but I'm seeing the same exact error when compiling this from
a .class files (.jar in my case). So to reproduce just take
the previous and run gcj on the .class files not the source.


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

end of thread, other threads:[~2003-10-24 13:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020209020600.5641.ebb9@email.byu.edu>
2003-07-01 23:02 ` [Bug libgcj/5641] Verifier ICE on reference to inherited method tromey at gcc dot gnu dot org
2003-07-05 16:55 ` dhazeghi at yahoo dot com
2003-08-19  3:35 ` [Bug java/5641] " pinskia at gcc dot gnu dot org
2003-08-19 14:45 ` tromey at gcc dot gnu dot org
2003-10-24 13:49 ` rodif_bl at yahoo dot com

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).