]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* 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 1979d3247268545027d4afcf40b967abe9a616a2..3c456e2021e2218713745931af5c6a15ed67f046 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 396ec2601c298a99db3a9c580a2bcfbeeb8bb483..37731b3a338b2d2b80ed22b47c362892aa779149 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;