https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30292
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
--- Comment #6 from tromey at gcc dot gnu dot org 2007-01-29 20:03 ---
I thought I'd point out that you'll have to submit this patch the
usual way; patches generally aren't reviewed in bugzilla. Also
since this is a driver patch it probably won't get attention by
the appropriate people,
--- Comment #5 from tromey at gcc dot gnu dot org 2006-12-27 11:14 ---
The reason we did this is that, when we wrote libgcj, we wanted to
be able to control various abi-changing things via command-line
arguments. And, the best place to do much of the checking was in
the libgcj configur
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-12-27 02:52 ---
(In reply to comment #3)
> FWIW making the gcc driver work properly here is not easy.
Why, every other language works the correct way.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30292
--- Comment #3 from tromey at gcc dot gnu dot org 2006-12-26 20:55 ---
FWIW making the gcc driver work properly here is not easy.
gcj reads a spec file with internal options in it.
These are required for the proper operation of jc1.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=302
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-12-26 13:08 ---
No, compiling .java should work with the gcc driver and if it does not, then
there is a bug there. And we should not error out.
Also the ICE is a bug which needs to fixed seperately from the "driver" issue
anyways.