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>
PR debug/59051
......
......@@ -7,7 +7,7 @@ const int ci;
volatile int vi;
const volatile int cvi;
int *pi;
int *pi __attribute__((used));
const int *pci;
volatile int *pvi;
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