From: kazu Date: Mon, 7 Jun 2010 13:17:32 +0000 (+0000) Subject: gcc/ X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b56ff927051f05a1ece31e1f484e62594c7ec74;p=thirdparty%2Fgcc.git gcc/ PR rtl-optimization/44404 * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead of count_occurrences to see if it's safe to modify mem_insn.insn. gcc/testsuite/ gcc/testsuite/ PR rtl-optimization/44404 * gcc.dg/pr44404.c: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160374 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d0610f5a9df3..b2d1c5d337d2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,7 +3,6 @@ PR rtl-optimization/44404 * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead of count_occurrences to see if it's safe to modify mem_insn.insn. - gcc/testsuite/ 2010-06-07 Richard Guenther