* gcc.dg/pr31490.c: Fix last change.
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Mar 2013 10:29:45 +0000 (10:29 +0000)
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Mar 2013 10:29:45 +0000 (10:29 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196519 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr31490.c

index 1979d32..3c456e2 100644 (file)
@@ -1,3 +1,7 @@
+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
index 396ec26..37731b3 100644 (file)
@@ -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;