Message ID | mvmr4jrmriw.fsf@hawking.suse.de |
---|---|
State | New |
Headers | show |
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;