Commit 49bcf11e by Janis Johnson Committed by Janis Johnson

re PR testsuite/29071 (gcc.dg/20020919-1.c compilation test fails on powerpc-apple-darwin8 at -m64)

	PR testsuite/29071
	* gcc.dg/20020919-1.c: Fix a preprocessor check.

From-SVN: r142696
parent 90a37af6
2008-12-11 Janis Johnson <janis187@us.ibm.com>
PR testsuite/29071
* gcc.dg/20020919-1.c: Fix a preprocessor check.
2008-12-11 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/38413
......
......@@ -41,7 +41,7 @@
|| defined (__POWERPC__) || defined (PPC) || defined (_IBMR2)
# define REG1 "6"
# define REG2 "7"
# ifndef __powerpc64__
# if !defined(__powerpc64__) && !defined(__LP64__)
# define REG3 "8"
# define REG4 "9"
# endif
......
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