Commit 7bb75486 by Andreas Schwab Committed by Andreas Schwab

* gcc.dg/pr31490.c: Fix last change.

From-SVN: r196519
parent 2c653d46
2013-03-07 Andreas Schwab <schwab@suse.de>
* gcc.dg/pr31490.c: Fix last change.
2013-03-06 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/56534
......
......@@ -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;
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