[patch] Fix for PR31617

Martin Michlmayr tbm@cyrius.com
Mon Apr 23 11:10:00 GMT 2007


* Olga Golovanevsky <OLGA@il.ibm.com> [2007-04-23 13:21]:
> I reduced - as much as I can to reproduce segfault - the testcase
> provided by Martin.

Andrew Pinski already reduced it to the following:

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

-- 
Martin Michlmayr
http://www.cyrius.com/



More information about the Gcc-patches mailing list