re PR debug/47684 (-fcompare-debug failure with -O3)

PR debug/47684
	* tree-predcom.c (single_nonlooparound_use): Ignore debug uses.

	* gcc.dg/pr47684.c: New test.

From-SVN: r170051
This commit is contained in:
Jakub Jelinek 2011-02-11 15:24:26 +01:00
parent b63f974ef2
commit d50c5e0c69
2 changed files with 4 additions and 5 deletions

View file

@ -1,8 +1,7 @@
2011-02-11 Jakub Jelinek <jakub@redhat.com>
PR target/47665
* combine.c (make_compound_operation): Only change shifts into
multiplication for SCALAR_INT_MODE_P.
PR debug/47684
* tree-predcom.c (single_nonlooparound_use): Ignore debug uses.
2011-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>

View file

@ -1,7 +1,7 @@
2011-02-11 Jakub Jelinek <jakub@redhat.com>
PR target/47665
* gcc.target/i386/pr47665.c: New test.
PR debug/47684
* gcc.dg/pr47684.c: New test.
2011-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>