re PR c++/13170 (ICE in build_base_path)
authorJason Merrill <jason@redhat.com>
Mon, 8 Mar 2004 22:24:45 +0000 (17:24 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 8 Mar 2004 22:24:45 +0000 (17:24 -0500)
commit38b305d0a3f999fcc52d5bcef25c2df1e6df4337
tree56bedce81cd77320067da595944568deeb32f6dd
parent5a66cfb2f1274869df984c106783809c379950ec
re PR c++/13170 (ICE in build_base_path)

        PR c++/13170
        * decl.c (xref_tag): Remove attribute handling.
        * cp-tree.h: Adjust prototype.
        * decl.c, parser.c, rtti.c: Adjust callers.
        * parser.c (cp_parser_class_head): Pass back attributes in the
        class head.
        (cp_parser_class_specifier): Adjust.

From-SVN: r79129
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/parser.c
gcc/cp/rtti.c
gcc/testsuite/g++.dg/ext/attrib14.C [new file with mode: 0644]