Re: C++ PATCH to warn about ignored attributes

2012-03-01 Thread Jason Merrill
On 02/14/2012 08:50 PM, Jason Merrill wrote: While looking at PR 51930, I discovered that we were silently ignoring attributes on explicit instantiations; this patch warns about this. This isn't exactly a regression, but the submitter ran into it as a result of a behavior change in 4.7, and the p

C++ PATCH to warn about ignored attributes

2012-02-14 Thread Jason Merrill
While looking at PR 51930, I discovered that we were silently ignoring attributes on explicit instantiations; this patch warns about this. This isn't exactly a regression, but the submitter ran into it as a result of a behavior change in 4.7, and the patch is extremely safe, so I think it shoul