Commit 1b68991f by Rainer Orth Committed by Rainer Orth

Fix gcc.target/i386/pr79390.c for Solaris as

	PR tree-optimization/79390
	* gcc.target/i386/pr79390.c: Allow for cmovl.a.

From-SVN: r246729
parent 0f784346
2017-04-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR tree-optimization/79390
* gcc.target/i386/pr79390.c: Allow for cmovl.a.
2017-04-06 Richard Biener <rguenther@suse.de>
PR tree-optimization/80262
......
......@@ -25,4 +25,4 @@ foo (void)
return jp;
}
/* { dg-final { scan-assembler "\[ \\t\]cmov\[a-z]+\[ \\t\]" } } */
/* { dg-final { scan-assembler "\[ \\t\]cmov\[a-z.]+\[ \\t\]" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment