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

From-SVN: r214111
This commit is contained in:
Aldy Hernandez 2014-08-18 17:38:50 +00:00 committed by Aldy Hernandez
parent 57fb889f41
commit d6b0bb1c4e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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

View file

@ -8,7 +8,7 @@ struct A
int i[100];
};
struct A a1, a3;
struct A a1 __attribute__((used)), a3;
__attribute__((noinline)) struct A
f ()