------- Comment #6 from jakub at gcc dot gnu dot org 2010-04-08 09:18 ------- Subject: Bug 43670
Author: jakub Date: Thu Apr 8 09:17:52 2010 New Revision: 158109 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158109 Log: PR debug/43670 * cfgexpand.c (expand_debug_expr): If for non-NULL offset op0 is not a MEM, just return NULL instead of assertion failure. (discover_nonconstant_array_refs): Don't walk debug stmts. * gcc.dg/pr43670.c: New test. Added: branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/pr43670.c Modified: branches/gcc-4_5-branch/gcc/ChangeLog branches/gcc-4_5-branch/gcc/cfgexpand.c branches/gcc-4_5-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43670