Commit d236c803 by Jakub Jelinek Committed by Jakub Jelinek

re PR tree-optimization/61042 (ICE on valid code at -O3 on x86_64-linux-gnu)

	PR tree-optimization/61042
	* gcc.c-torture/compile/pr61042.c: New test.

From-SVN: r217740
parent 31f44312
2014-11-18 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/61042
* gcc.c-torture/compile/pr61042.c: New test.
2014-11-18 Maciej W. Rozycki <macro@codesourcery.com>
* gcc.dg/atomic/c11-atomic-exec-5.c (dg-timeout-factor): New
......
/* PR tree-optimization/61042 */
int a, b, c[1], d, f;
void
foo ()
{
for (; b; b++)
c[0] = c[f] && (d = a);
}
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