Re: C++ PATCH to mangling of 'new auto'

2012-03-21 Thread Jakub Jelinek
On Wed, Mar 21, 2012 at 12:04:18AM -0400, Jason Merrill wrote: > This also seems like it might be a candidate for 4.7.0. What do you > think, Jakub? Ok for 4.7.0. Jakub

C++ PATCH to mangling of 'new auto'

2012-03-20 Thread Jason Merrill
GCC 4.7 adds mangling for new-expressions in a function signature, but I now notice it produces wrong mangling for 'new auto' in simple cases. This patch fixes it. Tested x86_64-pc-linux-gnu, applying to trunk. This also seems like it might be a candidate for 4.7.0. What do you think, Jakub?