This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/27025] ICE on simple initializer



------- Comment #5 from aph at gcc dot gnu dot org  2006-04-05 13:19 -------
I don't think this is a regression.

[aph@zorro ~]$ ~/gcc/install-4.0/bin/gcj -C z.java
z.java: In class 'z':
z.java: In method 'z.main(java.lang.String[])':
z.java:9: 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.

zapata:~ $ /usr/bin/gcj -v        

gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)
zapata:~ $ /usr/bin/gcj -C z.java 
z.java: In class `z':
z.java: In method `z.main(java.lang.String[])':
z.java:9: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]