Bug 42700

Summary: jc1: ICE in java_read_sourcefilenames, at java/jcf-parse.c:192
Product: gcc Reporter: Matthias Klose <doko>
Component: javaAssignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED WONTFIX    
Severity: normal CC: debian-gcc, gcc-bugs, java-prs
Priority: P3    
Version: 4.5.0   
Target Milestone: ---   
Host: Target:
Build: Known to work:
Known to fail: Last reconfirmed:

Description Matthias Klose 2010-01-12 10:14:41 UTC
seen with 4.4 and 4.5 (attachment in PR42698), when the file fiven with -fsource-filename doesn't exist.

$ gcj-4.4 -c -fsource-filename=/tmp/fileTkf0Hh -g -O2 -fPIC -findirect-dispatch -fjni  ./debian/ant-gcj/usr/lib/gcj/ant-1.7.1.jar.3.jar -o ant-1.7.1.jar.3.o
jc1: internal compiler error: in java_read_sourcefilenames, at java/jcf-parse.c:192
Please submit a full bug report,
with preprocessed source if appropriate.
Comment 1 Andrew Pinski 2016-09-30 22:50:39 UTC
Closing as won't fix as the Java front-end has been removed from the trunk.