Commit 76eed9d9 by H.J. Lu Committed by H.J. Lu

Add a testcase for PR target/66821

	PR target/66821
	* gcc.target/i386/pr66821.c: New test.

From-SVN: r227133
parent 03541b0d
2015-08-24 H.J. Lu <hongjiu.lu@intel.com>
PR target/66821
* gcc.target/i386/pr66821.c: New test.
2015-08-24 H.J. Lu <hongjiu.lu@intel.com>
PR target/67329
* gcc.target/i386/pr67329.c: New test.
......
/* { dg-do compile { target ia32 } } */
/* { dg-options "-O2 -fdump-tree-optimized -mtune=iamcu" } */
void bar (void);
void
foo (int x)
{
if (x != 2 && x != 3 && x != 10 && x != 11 && x != 17 && x != 18 && x != 23)
bar ();
}
/* Check if the tests have been folded into a bit test. */
/* { dg-final { scan-tree-dump "(8784908|0x0*860c0c)" "optimized" } } */
/* { dg-final { scan-tree-dump "(<<|>>)" "optimized" } } */
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