[Bug java/30292] ICE on compiling .java by gcc(1)

2016-09-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30292 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug java/30292] ICE on compiling .java by gcc(1)

2007-01-29 Thread tromey at gcc dot gnu dot org
--- 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,

[Bug java/30292] ICE on compiling .java by gcc(1)

2006-12-27 Thread tromey at gcc dot gnu dot org
--- 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

[Bug java/30292] ICE on compiling .java by gcc(1)

2006-12-26 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug java/30292] ICE on compiling .java by gcc(1)

2006-12-26 Thread tromey at gcc dot gnu dot org
--- 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

[Bug java/30292] ICE on compiling .java by gcc(1)

2006-12-26 Thread pinskia at gcc dot gnu dot org
--- 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.