* guality/nrv-1.c: Add `used' attribute to a1.
From-SVN: r214111
This commit is contained in:
parent
57fb889f41
commit
d6b0bb1c4e
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -8,7 +8,7 @@ struct A
|
|||
int i[100];
|
||||
};
|
||||
|
||||
struct A a1, a3;
|
||||
struct A a1 __attribute__((used)), a3;
|
||||
|
||||
__attribute__((noinline)) struct A
|
||||
f ()
|
||||
|
|
Loading…
Add table
Reference in a new issue