OSDN Git Service

cp:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Feb 2002 12:13:41 +0000 (12:13 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Feb 2002 12:13:41 +0000 (12:13 +0000)
commit47fd99f981484a2a9418215712fbd61e7d80c31e
tree808e61ad2855ba782e812a67a6537f62d7a73513
parentd6b5d61b2c6793d04157690614bea0317f846e4c
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49803 138bc75d-0d04-0410-961f-82ee72b054a4
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]