Commit 67649cb8 by Ramana Radhakrishnan Committed by Ramana Radhakrishnan

Fix testcase for PR target/60657

From-SVN: r209185
parent 151e9aac
2014-04-07 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* gcc.target/arm/pr60657.c: Fix missing curly brace.
2014-04-07 Richard Biener <rguenther@suse.de> 2014-04-07 Richard Biener <rguenther@suse.de>
PR middle-end/60750 PR middle-end/60750
......
...@@ -10,4 +10,4 @@ bar (int x, int y) ...@@ -10,4 +10,4 @@ bar (int x, int y)
y = 9999; y = 9999;
if (x & (1 << y)) if (x & (1 << y))
foo (); foo ();
}
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