public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/18945] New: gcj ICE with -findirect-dispatch
@ 2004-12-12 18:33 ovidr at users dot sourceforge dot net
  2004-12-12 18:34 ` [Bug java/18945] " ovidr at users dot sourceforge dot net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ovidr at users dot sourceforge dot net @ 2004-12-12 18:33 UTC (permalink / raw)
  To: java-prs

gcc version 4.0.0 20041130 (experimental)

gcj -c -findirect-dispatch Base64InputStream.java

Base64InputStream.java: In class 'gnu.crypto.pki.io.Base64InputStream':
Base64InputStream.java: In method '<clinit>()':
Base64InputStream.java:59: error: final field 'BASE_64' may not have been
initialized
Base64InputStream.java: At top level:
Base64InputStream.java:52: 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.

-- 
           Summary: gcj ICE with -findirect-dispatch
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ovidr at users dot sourceforge dot net
                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=18945


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

* [Bug java/18945] gcj ICE with -findirect-dispatch
  2004-12-12 18:33 [Bug java/18945] New: gcj ICE with -findirect-dispatch ovidr at users dot sourceforge dot net
@ 2004-12-12 18:34 ` ovidr at users dot sourceforge dot net
  2004-12-13 21:40 ` tromey at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ovidr at users dot sourceforge dot net @ 2004-12-12 18:34 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From ovidr at users dot sourceforge dot net  2004-12-12 18:34 -------
Created an attachment (id=7724)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7724&action=view)
The file.


-- 


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


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

* [Bug java/18945] gcj ICE with -findirect-dispatch
  2004-12-12 18:33 [Bug java/18945] New: gcj ICE with -findirect-dispatch ovidr at users dot sourceforge dot net
  2004-12-12 18:34 ` [Bug java/18945] " ovidr at users dot sourceforge dot net
@ 2004-12-13 21:40 ` tromey at gcc dot gnu dot org
  2005-01-15  6:07 ` pinskia at gcc dot gnu dot org
  2005-05-17 14:52 ` aph at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-12-13 21:40 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-12-13 21:40 -------
Note that -findirect-dispatch doesn't fully work with
the .java front end.  This bug is still useful to have
in bugzilla, but it isn't a priority for 4.0; for that
release we documented this as not working.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|gcj ICE with -findirect-    |gcj ICE with -findirect-
                   |dispatch                    |dispatch


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


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

* [Bug java/18945] gcj ICE with -findirect-dispatch
  2004-12-12 18:33 [Bug java/18945] New: gcj ICE with -findirect-dispatch ovidr at users dot sourceforge dot net
  2004-12-12 18:34 ` [Bug java/18945] " ovidr at users dot sourceforge dot net
  2004-12-13 21:40 ` tromey at gcc dot gnu dot org
@ 2005-01-15  6:07 ` pinskia at gcc dot gnu dot org
  2005-05-17 14:52 ` aph at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-15  6:07 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-15 06:07 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-15 06:07:27
               date|                            |


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


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

* [Bug java/18945] gcj ICE with -findirect-dispatch
  2004-12-12 18:33 [Bug java/18945] New: gcj ICE with -findirect-dispatch ovidr at users dot sourceforge dot net
                   ` (2 preceding siblings ...)
  2005-01-15  6:07 ` pinskia at gcc dot gnu dot org
@ 2005-05-17 14:52 ` aph at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: aph at gcc dot gnu dot org @ 2005-05-17 14:52 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From aph at gcc dot gnu dot org  2005-05-17 14:49 -------


*** This bug has been marked as a duplicate of 21624 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2005-05-17 14:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-12 18:33 [Bug java/18945] New: gcj ICE with -findirect-dispatch ovidr at users dot sourceforge dot net
2004-12-12 18:34 ` [Bug java/18945] " ovidr at users dot sourceforge dot net
2004-12-13 21:40 ` tromey at gcc dot gnu dot org
2005-01-15  6:07 ` pinskia at gcc dot gnu dot org
2005-05-17 14:52 ` aph 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).