[Bug middle-end/31617] [4.3 Regression] Segfault in integer_zerop, called via ipa-type-escape.c

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Apr 18 20:57:00 GMT 2007



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



More information about the Gcc-bugs mailing list