aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2009-04-23 00:05:03 +0000
committerJing Yu <jingyu@gcc.gnu.org>2009-04-23 00:05:03 +0000
commit360032ba921309dcae4b25ec5f9aa1c7ce29dcf3 (patch)
tree5ee64695803639cdce73d58fe9a8e8ac1544f24c /gcc
parent53650abeb3960ae5e097833fdee977c4074f5f97 (diff)
downloadgcc-360032ba921309dcae4b25ec5f9aa1c7ce29dcf3.zip
gcc-360032ba921309dcae4b25ec5f9aa1c7ce29dcf3.tar.gz
gcc-360032ba921309dcae4b25ec5f9aa1c7ce29dcf3.tar.bz2
re PR testsuite/39781 (Fail: g++.dg/cpp/_Pragma1.C, gcc.dg/cpp/_Pragma6.c)
PR testsuite/39781 * config/arm/arm.h: Define HANDLE_PRAGMA_PACK_PUSH_POP. From-SVN: r146629
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/arm/arm.h3
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e6a6470..fccf2c0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-22 Jing Yu <jingyu@google.com>
+
+ PR testsuite/39781
+ * config/arm/arm.h: Define HANDLE_PRAGMA_PACK_PUSH_POP.
+
2009-04-22 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR C/31499
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h
index 15913d2..93d75bb 100644
--- a/gcc/config/arm/arm.h
+++ b/gcc/config/arm/arm.h
@@ -2234,7 +2234,8 @@ do { \
goto WIN; \
} while (0)
-
+/* Define this for compatibility reasons. */
+#define HANDLE_PRAGMA_PACK_PUSH_POP
/* Specify the machine mode that this machine uses
for the index in the tablejump instruction. */