From 7bb75486ab14b3f9e35dc8bdab0ae136023450a5 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 7 Mar 2013 10:29:45 +0000 Subject: [PATCH] * gcc.dg/pr31490.c: Fix last change. From-SVN: r196519 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/pr31490.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1979d32..3c456e2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-03-07 Andreas Schwab + + * gcc.dg/pr31490.c: Fix last change. + 2013-03-06 Paolo Carlini PR c++/56534 diff --git a/gcc/testsuite/gcc.dg/pr31490.c b/gcc/testsuite/gcc.dg/pr31490.c index 396ec260..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; -- 2.7.4