------- Comment #6 from pinskia at gcc dot gnu dot org  2007-04-18 21:57 -------
1469                tree size_of_op0_points_to = TYPE_SIZE_UNIT (TREE_TYPE
(op0type));

and size_of_op0_points_to is a zero constant.

Reduced testcase:
struct polynomial {
        ~polynomial ();
};
void spline_rep1()
{
  new polynomial[0];
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-04-18 21:57:07
               date|                            |


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

Reply via email to