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

From-SVN: r219807
This commit is contained in:
Segher Boessenkool 2015-01-17 22:10:30 +01:00 committed by Segher Boessenkool
parent 779fc8fbe8
commit c077981875
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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