--- Comment #8 from tromey at gcc dot gnu dot org 2007-01-09 20:48 ---
All gcj front end bugs have been fixed by the gcj-eclipse branch merge.
I'm mass-closing the affected PRs.
If you believe one of these was closed in error, please reopen it
with a note explaining why.
Thanks.
--
t
--- Comment #7 from aph at gcc dot gnu dot org 2006-06-19 11:13 ---
Deferred 'til ecj.
--
aph at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|aph a
--- Comment #6 from aph at gcc dot gnu dot org 2006-04-05 14:12 ---
As far as I can see this bug is in every version of gcj that has ever existed.
There is special code (in merge_string_cste()) to convert an integer constant
to a constant string for concatenation. However, there isn't
--- Comment #5 from aph at gcc dot gnu dot org 2006-04-05 13:19 ---
I don't think this is a regression.
[EMAIL PROTECTED] ~]$ ~/gcc/install-4.0/bin/gcj -C z.java
z.java: In class 'z':
z.java: In method 'z.main(java.lang.String[])':
z.java:9: internal compiler error: Segmentation fault
P
--- Comment #4 from aph at gcc dot gnu dot org 2006-04-04 18:17 ---
David Daney pointed out the part of the JLS that forbids my solution. I'll
work on another patch.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27025
--- Comment #3 from aph at gcc dot gnu dot org 2006-04-04 17:12 ---
Created an attachment (id=11204)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11204&action=view)
PR java/27025: ICE on simple initializer
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27025
--- Comment #2 from tromey at gcc dot gnu dot org 2006-04-04 16:11 ---
Note that this works with 4.0 and fails with svn head.
So, it is a regression.
--
tromey at gcc dot gnu dot org changed:
What|Removed |Added
--
aph at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |aph at gcc dot gnu dot org
|dot org
--- Comment #1 from taral at taral dot net 2006-04-04 14:45 ---
This doesn't happen with gcj -c, only with gcj -C.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27025