re PR middle-end/78411 (FAIL: gcc.target/i386/pr45685.c scan-assembler-times cmov 6)

2017-01-13  Richard Biener  <rguenther@suse.de>

	PR middle-end/78411
	* gcc.target/i386/pr45685.c: Add -ftree-loop-if-convert.

From-SVN: r244427
This commit is contained in:
Richard Biener 2017-01-13 11:34:40 +00:00 committed by Richard Biener
parent 33c51287cd
commit a181b2bcd7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-01-13 Richard Biener <rguenther@suse.de>
PR middle-end/78411
* gcc.target/i386/pr45685.c: Add -ftree-loop-if-convert.
2017-01-13 Andre Vehreschild <vehre@gcc.gnu.org>
PR fortran/70697

View File

@ -1,5 +1,5 @@
/* { dg-do compile { target { ! ia32 } } } */
/* { dg-options "-O3 -mno-sse4" } */
/* { dg-options "-O3 -mno-sse4 -ftree-loop-if-convert" } */
typedef unsigned long long int uint64_t;
typedef long long int int64_t;