http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56403
--- Comment #13 from Jason Merrill <jason at gcc dot gnu.org> 2013-03-14 16:11:56 UTC --- Author: jason Date: Thu Mar 14 16:11:37 2013 New Revision: 196660 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196660 Log: PR c++/56403 * init.c (build_zero_init_1): Use RECORD_OR_UNION_CODE_P instead of CLASS_TYPE_P. * g++.dg/torture/pr56403.C: New test. Added: branches/gcc-4_6-branch/gcc/testsuite/g++.dg/torture/pr56403.C Modified: branches/gcc-4_6-branch/gcc/cp/ChangeLog branches/gcc-4_6-branch/gcc/cp/init.c branches/gcc-4_6-branch/gcc/testsuite/ChangeLog