* gcc.dg/pr31490.c: Fix last change.
authorAndreas Schwab <schwab@suse.de>
Thu, 7 Mar 2013 10:29:45 +0000 (10:29 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Thu, 7 Mar 2013 10:29:45 +0000 (10:29 +0000)
From-SVN: r196519

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;