Commit d2077030 by Mark Wielaard Committed by Mark Wielaard

gcc.dg/guality/const-volatile.c: Add `used' attribute to pi.

From-SVN: r214144
parent 638c0294
2014-08-19 Mark Wielaard <mjw@redhat.com>
* gcc.dg/guality/const-volatile.c: Add `used' attribute to pi.
2014-07-08 Mark Wielaard <mjw@redhat.com> 2014-07-08 Mark Wielaard <mjw@redhat.com>
PR debug/59051 PR debug/59051
......
...@@ -7,7 +7,7 @@ const int ci; ...@@ -7,7 +7,7 @@ const int ci;
volatile int vi; volatile int vi;
const volatile int cvi; const volatile int cvi;
int *pi; int *pi __attribute__((used));
const int *pci; const int *pci;
volatile int *pvi; volatile int *pvi;
const volatile int *pcvi; const volatile int *pcvi;
......
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