------- Comment #2 from jason at gcc dot gnu dot org 2008-04-23 01:46 ------- Subject: Bug 35316
Author: jason Date: Wed Apr 23 01:45:30 2008 New Revision: 134578 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134578 Log: PR c++/35316 * semantics.c (finish_decltype_type): Check DECL_BIT_FIELD_TYPE to see if DECL_BIT_FIELD_TYPE should be used, not some other flag. * typeck.c (is_bitfield_expr_with_lowered_type): Likewise. Added: branches/gcc-4_3-branch/gcc/testsuite/g++.dg/cpp0x/decltype11.C - copied unchanged from r134571, trunk/gcc/testsuite/g++.dg/cpp0x/decltype11.C Modified: branches/gcc-4_3-branch/gcc/cp/ChangeLog branches/gcc-4_3-branch/gcc/cp/semantics.c branches/gcc-4_3-branch/gcc/cp/typeck.c branches/gcc-4_3-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35316