On Thu, Apr 23, 2015 at 8:52 AM, Jason Merrill <ja...@redhat.com> wrote: > We try to strip attributes that aren't reflected in mangling from template > arguments, but were failing to do that in this case. Fixed by making > strip_typedefs strip such attributes as well. > > Tested x86_64-pc-linux-gnu, applying to trunk.
This caused: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65865 -- H.J.