* gcc.dg/980523-1.c: Change "ppc" to "powerpc".

From-SVN: r20077
This commit is contained in:
Jeffrey A Law 1998-05-26 22:55:47 +00:00 committed by Jeff Law
parent f095f92e43
commit 077e57d255
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Tue May 26 23:40:40 1998 Jeffrey A Law (law@cygnus.com)
* gcc.dg/980523-1.c: Change "ppc" to "powerpc".
* gcc.c-torture/execute/980526-1.c: New test.
1998-05-26 Dave Love <d.love@dl.ac.uk>

View File

@ -1,4 +1,4 @@
/* { dg-do run { target rs6000-*-* ppc-*-* } } */
/* { dg-do run { target rs6000-*-* powerpc-*-*} } */
/* { dg-options "-O2 -fpic" } */
void foo1(int a, char *b, int c)