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


>
> Andrew Pinski already reduced it to the following:
>
> struct polynomial {
>         ~polynomial ();
> };
> void spline_rep1()
> {
>   new polynomial[0];
> }
>

cool, much better and fails the same way.

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