Commit 76da3a15 by Andrew Pinski Committed by Andrew Pinski

20140723-1.c: New testcase.

2014-06-23  Andrew Pinski  <apinski@cavium.com>

	* gcc.c-torture/compile/20140723-1.c: New testcase.

From-SVN: r211917
parent 3c40bd65
2014-06-23 Andrew Pinski <apinski@cavium.com>
* gcc.c-torture/compile/20140723-1.c: New testcase.
2014-06-23 Marek Polacek <polacek@redhat.com>
PR c/61553
......
double f(double a, double b, int c, int d)
{
return (c>10&&d>20)?a:b;
}
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