http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47541
--- Comment #13 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-02-01 11:27:07 UTC --- Author: rguenth Date: Tue Feb 1 11:27:04 2011 New Revision: 169472 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169472 Log: 2011-02-01 Richard Guenther <rguent...@suse.de> PR tree-optimization/47541 * tree-ssa-structalias.c (push_fields_onto_fieldstack): Make sure to have a field at offset zero. * g++.dg/torture/pr47541.C: New testcase. Added: branches/gcc-4_5-branch/gcc/testsuite/g++.dg/torture/pr47541.C Modified: branches/gcc-4_5-branch/gcc/ChangeLog branches/gcc-4_5-branch/gcc/testsuite/ChangeLog branches/gcc-4_5-branch/gcc/tree-ssa-structalias.c