re PR c++/28559 (ICE with friend and __attribute__)
authorJason Merrill <jason@gcc.gnu.org>
Mon, 14 Aug 2006 21:25:03 +0000 (17:25 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 14 Aug 2006 21:25:03 +0000 (17:25 -0400)
commitabab460491408e05ea93fb85e1975296a87df504
tree8b0000f42607a1b7c2cce7d1b4ee05aff25755f3
parent96ff6c8cc015ce042ecfe95e84cfda69fd159e58
re PR c++/28559 (ICE with friend and __attribute__)

        PR c++/28559
        * parser.c (cp_parser_elaborated_type_specifier): Also ignore
        attributes applied to a TYPENAME_TYPE.

From-SVN: r116137
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/g++.dg/ext/attrib25.C [new file with mode: 0644]