This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/13395] [3.4 regression] [-fnew-ra] ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -ftracer"


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]