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

Reply via email to