This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/52730] Java front end emits assembly
- From: "steven at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 27 Mar 2012 20:11:44 +0000
- Subject: [Bug java/52730] Java front end emits assembly
- Auto-submitted: auto-generated
- References: <bug-52730-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52730
--- Comment #6 from Steven Bosscher <steven at gcc dot gnu.org> 2012-03-27 20:11:44 UTC ---
Created attachment 27018
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27018
Stop using output_constant in class.c
I believe something like this should work, but I don't want to have a named
variable (now I output a constructor for "_Jv_CLS") and I have not yet been
able to figure out how to do so. Input from Java maintainer appreciated...