Commit 89cfff85 by Mark Shinwell

builtin_constant_p.c: New test.

	* gcc.c-torture/compile/builtin_constant_p.c: New test.
	(neglected in previous commit)

From-SVN: r114359
parent 63b48197
/* { dg-options "-O2" } */
int main (int argc, char *argv[])
{
static int a[] = { __builtin_constant_p (argc) ? 1 : 0 };
return a[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