20020103-1.c: Add othe -D ppc variants.

2002-03-03  Aldy Hernandez  <aldyh@redhat.com>

        * gcc.dg/20020103-1.c: Add othe -D ppc variants.

From-SVN: r50241
This commit is contained in:
Aldy Hernandez 2002-03-03 06:41:07 +00:00 committed by Aldy Hernandez
parent 9e8aab55f6
commit 8c4093d85d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-03-03 Aldy Hernandez <aldyh@redhat.com>
* gcc.dg/20020103-1.c: Add other -D ppc variants.
2002-03-02 Nathan Sidwell <nathan@codesourcery.com>
* g++.dg/other/classkey1.C: New test.

View File

@ -8,7 +8,7 @@
#if defined(__i386__)
#define clobber \
asm volatile("#asm" : : : "si", "di")
#elif defined(__powerpc__) || defined(__PPC__)
#elif defined(__powerpc__) || defined(__PPC__) || defined(__ppc__) || defined(__POWERPC__) || defined(PPC)
#define clobber \
asm volatile("#asm" : : : "14", "15", "16", "17", "18", "19", "20", \
"21", "22", "23", "24", "25", "26", "27", "28", "29")