Re: [C++ PATCH] Splice when giving an error (PR c++/58510)

2013-10-03 Thread Jason Merrill
OK. Jason

Re: [C++ PATCH] Splice when giving an error (PR c++/58510)

2013-10-01 Thread Marek Polacek
Ping. On Wed, Sep 25, 2013 at 01:08:38PM +0200, Marek Polacek wrote: > The following testcase ICEd because complete_ctor_at_level_p got > a union with two initializers - and didn't like that. I think we can > get away with splicing when sorting the initializers: we already gave > an error and the

[C++ PATCH] Splice when giving an error (PR c++/58510)

2013-09-25 Thread Marek Polacek
The following testcase ICEd because complete_ctor_at_level_p got a union with two initializers - and didn't like that. I think we can get away with splicing when sorting the initializers: we already gave an error and the program isn't accepted. Regtested/bootstrapped on x86_64-linux, ok for trunk