| Submitter | Andreas Schwab |
|---|---|
| Date | March 7, 2013, 10:29 a.m. |
| Message ID | <mvmr4jrmriw.fsf@hawking.suse.de> |
| Download | mbox | patch |
| Permalink | /patch/225795/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/gcc/testsuite/gcc.dg/pr31490.c b/gcc/testsuite/gcc.dg/pr31490.c index 396ec26..37731b3 100644 --- a/gcc/testsuite/gcc.dg/pr31490.c +++ b/gcc/testsuite/gcc.dg/pr31490.c @@ -7,4 +7,4 @@ __extension__ typedef __UINTPTR_TYPE__ uintptr_t; int cpu (void *attr) {} const uintptr_t x __attribute__((section("foo"))) = (uintptr_t)&cpu; -const uintptr g __attribute__((section("foo"))) = 0; +const uintptr_t g __attribute__((section("foo"))) = 0;