Commit d6b0bb1c by Aldy Hernandez Committed by Aldy Hernandez

* guality/nrv-1.c: Add `used' attribute to a1.

From-SVN: r214111
parent 57fb889f
2014-08-18 Aldy Hernandez <aldyh@redhat.com>
* guality/nrv-1.c: Add `used' attribute to a1.
2014-08-18 Richard Biener <rguenther@suse.de>
PR tree-optimization/62090
......
......@@ -8,7 +8,7 @@ struct A
int i[100];
};
struct A a1, a3;
struct A a1 __attribute__((used)), a3;
__attribute__((noinline)) struct A
f ()
......
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