summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2013-03-07 10:29:45 +0000
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2013-03-07 10:29:45 +0000
commitc1a5a2f975ac82969e38d4e3ca7a7c9f67dbc275 (patch)
tree17337afd28a359909c73f4bda804332754d863c2
parentf7961441f509b11a8eadc4daf48fa47078963f23 (diff)
downloadgcc-c1a5a2f975ac82969e38d4e3ca7a7c9f67dbc275.tar.gz
* gcc.dg/pr31490.c: Fix last change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196519 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/pr31490.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 1979d324726..3c456e2021e 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/gcc/testsuite/gcc.dg/pr31490.c b/gcc/testsuite/gcc.dg/pr31490.c
index 396ec2601c2..37731b3a338 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;