Commit 360032ba by Jing Yu Committed by Jing Yu

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
parent 53650abe
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> 2009-04-22 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR C/31499 PR C/31499
......
...@@ -2234,7 +2234,8 @@ do { \ ...@@ -2234,7 +2234,8 @@ do { \
goto WIN; \ goto WIN; \
} while (0) } while (0)
/* Define this for compatibility reasons. */
#define HANDLE_PRAGMA_PACK_PUSH_POP
/* Specify the machine mode that this machine uses /* Specify the machine mode that this machine uses
for the index in the tablejump instruction. */ for the index in the tablejump instruction. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment