This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix for PR31617


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]