From 360032ba921309dcae4b25ec5f9aa1c7ce29dcf3 Mon Sep 17 00:00:00 2001 From: Jing Yu Date: Thu, 23 Apr 2009 00:05:03 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/config/arm/arm.h | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e6a6470a92b..fccf2c0a2bf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-04-22 Jing Yu + + PR testsuite/39781 + * config/arm/arm.h: Define HANDLE_PRAGMA_PACK_PUSH_POP. + 2009-04-22 Andrew Pinski PR C/31499 diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 15913d2ca44..93d75bb74a3 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. */ -- 2.30.2