From: schwab Date: Thu, 7 Mar 2013 10:29:45 +0000 (+0000) Subject: * gcc.dg/pr31490.c: Fix last change. X-Git-Tag: upstream/4.9.2~7324 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1a5a2f975ac82969e38d4e3ca7a7c9f67dbc275;p=platform%2Fupstream%2Flinaro-gcc.git * gcc.dg/pr31490.c: Fix last change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196519 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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;