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/24441] [4.1 regression] ICE's when building the ecj compiler 3.1.1



------- Comment #2 from bero at arklinux dot org  2005-11-06 15:32 -------
An alternative way of building that doesn't trigger this error:

cd build/bin
find -name '*.java' >filelist
gcj -C @filelist

That compiles all classes without complaining, but I suspect it of generating
broken code (will open a new bug for that)


-- 


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


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