Commit a14c200a by Andrew Pinski Committed by Andrew Pinski

builtins-1.c: New testcase.

2012-07-16  Andrew Pinski  <apinski@cavium.com>

	* gcc.dg/torture/builtins-1.c: New testcase.

From-SVN: r189510
parent 64e544ef
2012-07-16 Andrew Pinski <apinski@cavium.com>
* gcc.dg/torture/builtins-1.c: New testcase.
2012-07-16 Hans-Peter Nilsson <hp@axis.com>
* gcc.target/cris/sync-2i.c, gcc.target/cris/sync-2s.c,
......
/* { dg-do compile } */
/* { dg-options "-fdump-rtl-expand-all" */
/* { dg-final { cleanup-rtl-dump "expand" } } */
int isdigit(int c)
{
return c >= 0;
}
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