Bug 18945 - gcj ICE with -findirect-dispatch
Summary: gcj ICE with -findirect-dispatch
Status: RESOLVED DUPLICATE of bug 21624
Alias: None
Product: gcc
Classification: Unclassified
Component: java (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: ice-on-valid-code
Depends on:
Blocks:
 
Reported: 2004-12-12 18:33 UTC by Rutger Ovidius
Modified: 2005-05-17 14:49 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2005-01-15 06:07:27


Attachments
The file. (1.94 KB, text/plain)
2004-12-12 18:34 UTC, Rutger Ovidius
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rutger Ovidius 2004-12-12 18:33:49 UTC
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.
Comment 1 Rutger Ovidius 2004-12-12 18:34:32 UTC
Created attachment 7724 [details]
The file.
Comment 2 Tom Tromey 2004-12-13 21:40:34 UTC
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.
Comment 3 Andrew Pinski 2005-01-15 06:07:27 UTC
Confirmed.
Comment 4 Andrew Haley 2005-05-17 14:49:40 UTC

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