Commit 90bc4002 by Uros Bizjak

* gcc.target/i386/pr41900.c (main): Add missing volatile.

From-SVN: r153845
parent 61c3c490
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
int main () int main ()
{ {
unsigned code = 0xc3; volatile unsigned code = 0xc3;
((void (*)(void)) &code) (); ((void (*)(void)) &code) ();
return 0; return 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