------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-16 
04:02 -------
Confirmed, reduced testcase:
typedef __SIZE_TYPE__ size_t;
struct Framis
{
  void* operator new(size_t) throw(bad_alloc);
};
Framis* x = new Framis;


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |error-recovery, ice-on-
                   |                            |invalid-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-16 04:02:02
               date|                            |
            Summary|Segmentation fault or       |[4.0/4.1 Regression] ICE
                   |EXC_BAD_ACCESS with modified|after invalid operator new
                   |Eckel sample code           |
   Target Milestone|---                         |4.0.2


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

Reply via email to