This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/12354] java ICE during bootstrap
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Sep 2003 19:10:25 -0000
- Subject: [Bug java/12354] java ICE during bootstrap
- References: <20030921190314.12354.cato@df.lth.se>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12354
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-21 19:10 -------
Can you try to figure out which "real" patch caused this as the one you mentioned just enables
unit-at-a-time at -O2, you can find out by running you small example with "-O2 -funit-at-a-
time"?
You do not have do this though.