diff mbox

[testsuite] : Fix some tests for LLP64 targets

Message ID mvmr4jrmriw.fsf@hawking.suse.de
State New
Headers show

Commit Message

Andreas Schwab March 7, 2013, 10:29 a.m. UTC
Committed.

Andreas.

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

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;