http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50207
--- Comment #9 from Jason Merrill <jason at gcc dot gnu.org> 2011-08-30 21:48:38 UTC --- Author: jason Date: Tue Aug 30 21:48:34 2011 New Revision: 178343 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178343 Log: PR c++/50207 * class.c (finish_struct_1): Complain if the first field is artificial. Added: branches/gcc-4_6-branch/gcc/testsuite/g++.dg/dfp/base.C Modified: branches/gcc-4_6-branch/gcc/cp/ChangeLog branches/gcc-4_6-branch/gcc/cp/class.c branches/gcc-4_6-branch/gcc/testsuite/ChangeLog