This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/13395] [3.4 regression] [-fnew-ra] ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -ftracer"
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Dec 2003 02:27:12 -0000
- Subject: [Bug c/13395] [3.4 regression] [-fnew-ra] ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -ftracer"
- References: <20031213194654.13395.v.haisman@sh.cvut.cz>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2003-12-16 02:27 -------
Here's a reduced testcase that crashes mainline with "gcc -O2 -fnew-ra"
=============================================
int foo();
int bar() { return foo(); }
void baz() { bar; }
=============================================
The testcase compiles fine on the 3.3 branch.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Severity|normal |critical
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ice-on-valid-code, monitored
Last reconfirmed|0000-00-00 00:00:00 |2003-12-16 02:27:10
date| |
Summary|[-fnew-ra] ICE during |[3.4 regression] [-fnew-ra]
|bootstrap with |ICE during bootstrap with
|BOOT_CFLAGS="-O2 -g -fnew-ra|BOOT_CFLAGS="-O2 -g -fnew-ra
|-ftracer" |-ftracer"
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13395