]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/42685 ("-fcompare-debug failure" with "-O1 -funroll-loops...
authorRichard Guenther <rguenther@suse.de>
Tue, 26 Jan 2010 16:27:34 +0000 (16:27 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 26 Jan 2010 16:27:34 +0000 (16:27 +0000)
commit0d9b0371e86194157b829fbf298e80592fb94d26
treea18379b4e501c241ef14523095e2aa75fddf538b
parent7a241624f2a4e684fff1156a8b975801007a425b
re PR tree-optimization/42685 ("-fcompare-debug failure" with "-O1 -funroll-loops" (2))

2010-01-26  Richard Guenther  <rguenther@suse.de>

PR rtl-optimization/42685
* web.c (web_main): Ignore DEBUG_INSNs.

* gcc.dg/pr42685.c: New testcase.
* g++.dg/other/pr42685.C: Likewise.

From-SVN: r156252
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/pr42685.C [new file with mode: 0644]
gcc/testsuite/gcc.dg/pr42685.c [new file with mode: 0644]
gcc/web.c