]> git.ipfire.org Git - thirdparty/gcc.git/commit
decl.c (grokdeclarator): Don't override TYPE_NAME of an anonymous class with a typede...
authorJason Merrill <jason@gcc.gnu.org>
Tue, 30 Apr 2002 17:50:12 +0000 (13:50 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 30 Apr 2002 17:50:12 +0000 (13:50 -0400)
commit02294ed26a8529a11fabd99ef4977a5d05547e1e
tree61b7b26c408174baa24438fec88cd088f5234aea
parentac905924b6341421aa03e3895d906a266c391330
decl.c (grokdeclarator): Don't override TYPE_NAME of an anonymous class with a typedef if...

        * decl.c (grokdeclarator): Don't override TYPE_NAME of an
        anonymous class with a typedef if there are attributes.

[[Split portion of a mixed commit.]]

From-SVN: r52955.2
gcc/testsuite/g++.dg/debug/typedef1.C [new file with mode: 0644]