Re: C++ PATCH for c++/60628 (auto array)

2014-07-13 Thread Jason Merrill
On 03/25/2014 01:43 PM, Jason Merrill wrote: We got confused tsubsting the VLA type because tsubst doesn't expect to see a SAVE_EXPR. Simple to fix by enforcing the rule against auto arrays. Oops, we already had a diagnostic for this, we just needed to make it an unconditional error. Tested

C++ PATCH for c++/60628 (auto array)

2014-03-25 Thread Jason Merrill
We got confused tsubsting the VLA type because tsubst doesn't expect to see a SAVE_EXPR. Simple to fix by enforcing the rule against auto arrays. Tested x86_64-pc-linux-gnu, applying to trunk. commit f2fbd4a8a0152e2d9d6c0b9d6ccfb1639183ed0c Author: Jason Merrill Date: Mon Mar 24 14:58:58 201