------- Comment #3 from jakub at gcc dot gnu dot org 2010-05-31 15:45 ------- Subject: Bug 44337
Author: jakub Date: Mon May 31 15:45:06 2010 New Revision: 160077 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160077 Log: PR middle-end/44337 * expr.c (expand_assignment): Don't store anything for out-of-bounds array accesses with non-MEM. * gcc.dg/pr44337.c: New test. Added: branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/pr44337.c Modified: branches/gcc-4_5-branch/gcc/ChangeLog branches/gcc-4_5-branch/gcc/expr.c branches/gcc-4_5-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44337