Commit c0779818 by Segher Boessenkool Committed by Segher Boessenkool

* gcc.dg/20020919-1.c: Use _ARCH_PPC64 to test for -mpowerpc64.

From-SVN: r219807
parent 779fc8fb
2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
* gcc.dg/20020919-1.c: Use _ARCH_PPC64 to test for -mpowerpc64.
2015-01-17 Paul Thomas <pault@gcc.gnu.org>
PR fortran/64578
......
......@@ -42,7 +42,7 @@
|| defined (__ppc)
# define REG1 "6"
# define REG2 "7"
# if !defined(__powerpc64__) && !defined(__LP64__)
# if !defined(_ARCH_PPC64)
# 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