Commit 6da4066f by Steve Ellcey Committed by Steve Ellcey

ccmp_2.c: New test.

2017-06-29  Steve Ellcey  <sellcey@cavium.com>

	* gcc.target/aarch64/ccmp_2.c: New test.

From-SVN: r249806
parent f580a969
2017-06-29 Steve Ellcey <sellcey@cavium.com>
* gcc.target/aarch64/ccmp_2.c: New test.
2017-06-29 Nathan Sidwell <nathan@acm.org>
PR c++/81247
......
/* { dg-do compile } */
/* { dg-options "-O2" } */
int g(void);
int h(int a, _Bool c)
{
if (a != 0 && c)
return g();
return 1;
}
/* { dg-final { scan-assembler "\tccmp\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