Commit 5ccdc8af by Jeffrey A Law Committed by Jeff Law

980523-1.c: Only test on ppc-linux.

        * gcc.dg/980523-1.c: Only test on ppc-linux.
        * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.

From-SVN: r20322
parent 74cbdffa
Mon Jun 8 02:13:42 1998 Jeffrey A Law (law@cygnus.com) Mon Jun 8 02:13:42 1998 Jeffrey A Law (law@cygnus.com)
* gcc.dg/980523-1.c: Only test on ppc-linux.
* gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
* gcc.c-torture/execute/980608-1.c: New test. * gcc.c-torture/execute/980608-1.c: New test.
Thu Jun 4 01:39:24 1998 Jeffrey A Law (law@cygnus.com) Thu Jun 4 01:39:24 1998 Jeffrey A Law (law@cygnus.com)
......
/* { dg-do run { target rs6000-*-* powerpc-*-*} } */ /* { dg-do run { target rs6000-*-linux* powerpc-*-linux*} } */
/* { dg-options "-O2 -fpic" } */ /* { dg-options "-O2 -fpic" } */
void foo1(int a, char *b, int c) void foo1(int a, char *b, int c)
......
/* { dg-do compile { target rs6000-*-*-* powerpc-*-*-* } } */ /* { dg-do compile { target rs6000-*-linux* powerpc-*-linux* } } */
/* { dg-options "-O2 -fpic" } */ /* { dg-options "-O2 -fpic" } */
int int
......
/* { dg-do compile }*/ /* { dg-do compile { target rs6000-*-linux* powerpc-*-linux*} } */
/* { dg-options "-fpic -O2" } */ /* { dg-options "-fpic -O2" } */
void f (char *s) void f (char *s)
......
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