attrib30.C
166 Bytes
-
re PR c++/35074 (ICE with attribute "aligned" for template classes) · 1db54f4e
2008-02-05 Douglas Gregor <doug.gregor@gmail.com> PR c++/35074 * decl2.c (save_template_attributes): When we're modifying the TYPE_MAIN_VARIANT to add new attributes, be sure to also modify all of the other variants to add those same attributes. Otherwise, the main variant will be inconsistent with those other variants. 2008-02-05 Douglas Gregor <doug.gregor@gmail.com> PR c++/35074 * g++.dg/ext/attrib30.C: New. From-SVN: r132120
Douglas Gregor committed