[Bug middle-end/23671] [4.1 Regression] ICE in fixup_eh_region_note, at reload1.c:3808

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Sep 1 15:57:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-01 15:57 -------
Compile the following at -O0 -fnon-call-exceptions:
float run (int t) {
  int stack[4];
  int *sp = stack+1;
  try   {
    return ( *(--sp));
  }
  catch (int *ex)   {   }
  return 0.0;
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-09-01 15:57:40
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23671



More information about the Gcc-bugs mailing list