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: r146634
This commit is contained in:
Jing Yu 2009-04-23 00:31:13 +00:00 committed by Jing Yu
parent 97c7bf86a8
commit 692868257e
2 changed files with 8 additions and 1 deletions

View File

@ -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 Eric Botcazou <ebotcazou@adacore.com>
Backport from mainline:

View File

@ -2244,7 +2244,9 @@ do { \
#define GO_IF_MODE_DEPENDENT_ADDRESS(ADDR, LABEL) \
if (TARGET_32BIT) \
ARM_GO_IF_MODE_DEPENDENT_ADDRESS (ADDR, LABEL)
/* 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. */