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/20031] [4.0 regression] ICE on missing files


------- Additional Comments From bonniot at users dot sf dot net  2005-02-17 16:57 -------
I forgot, here is the output I get:

/usr/lib/gcc-snapshot/bin/gcj -d classes -C pkg/A.java pkg/B.java
/usr/lib/gcc-snapshot/bin/gcj classes/pkg/B.class
jc1: 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.
make: [bug1] Error 1 (ignored)
mv pkg pkg.bak
/usr/lib/gcc-snapshot/bin/gcj classes/pkg/B.class
jc1: error: cannot find file for class pkg.A
pkg/B.java:0: error: cannot find file for class pkg.A
pkg/B.java:0: 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.
make: [bug2] Error 1 (ignored)
mv pkg.bak pkg


-- 


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


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