]> git.ipfire.org Git - thirdparty/gcc.git/commit
decl.c (grokdeclarator): Set typedef_decl for all TYPE_DECLs, remove incorrect comment.
authorNathan Sidwell <nathan@codesourcery.com>
Sat, 16 Feb 2002 12:13:41 +0000 (12:13 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Sat, 16 Feb 2002 12:13:41 +0000 (12:13 +0000)
commit8d6e459dd04ce48a04a330b97efe87acc5b8502d
tree808e61ad2855ba782e812a67a6537f62d7a73513
parent45356ea28763e5ed5fea542d35da4657e00be1c0
decl.c (grokdeclarator): Set typedef_decl for all TYPE_DECLs, remove incorrect comment.

cp:
* decl.c (grokdeclarator): Set typedef_decl for all TYPE_DECLs,
remove incorrect comment. Move #if 0'd code to common path. Use
IMPLICIT_TYPENAME_P. Simplify & reformat ARRAY_TYPE duplication.
testsuite:
* g++.dg/abi/bitfield1.C: New test.
* g++.dg/abi/bitfield2.C: New test.

From-SVN: r49803
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/bitfield1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/abi/bitfield2.C [new file with mode: 0644]