http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55355
--- Comment #19 from Martin Jambor <jamborm at gcc dot gnu.org> 2012-12-21 22:21:20 UTC --- Author: jamborm Date: Fri Dec 21 22:21:14 2012 New Revision: 194684 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194684 Log: 2012-12-21 Martin Jambor <mjam...@suse.cz> PR tree-optimization/55355 * tree-sra.c (type_internals_preclude_sra_p): Also check that bit_position is small enough to fit a single HOST_WIDE_INT. * testsuite/g++.dg/torture/pr55355.C: New test. Added: branches/gcc-4_7-branch/gcc/testsuite/g++.dg/torture/pr55355.C Modified: branches/gcc-4_7-branch/gcc/ChangeLog branches/gcc-4_7-branch/gcc/testsuite/ChangeLog branches/gcc-4_7-branch/gcc/tree-sra.c