https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65680
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed Jun 3 21:35:25 2015 New Revision: 224104 URL: https://gcc.gnu.org/viewcvs?rev=224104&root=gcc&view=rev Log: Backported from mainline 2015-04-07 Jakub Jelinek <ja...@redhat.com> PR middle-end/65680 * expr.c (get_inner_reference): Handle bit_offset that doesn't fit into signed HOST_WIDE_INT the same as negative bit_offset. * gcc.c-torture/compile/pr65680.c: New test. Added: branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/compile/pr65680.c Modified: branches/gcc-4_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/expr.c branches/gcc-4_8-branch/gcc/testsuite/ChangeLog