Commit 2de3f2f3 by David Edelsohn Committed by David Edelsohn

* gcc.dg/rs6000-fpint-2.c: Only compile on Darwin and Linux.

From-SVN: r101267
parent 17acc01a
2005-06-23 David Edelsohn <edelsohn@gnu.org>
* gcc.dg/rs6000-fpint-2.c: Only compile on Darwin and Linux.
2005-06-23 David Billinghurst <David.Billinghurst@riotinto.com> 2005-06-23 David Billinghurst <David.Billinghurst@riotinto.com>
* gfortran.dg/f2c_4.f90: Add tests for complex functions * gfortran.dg/f2c_4.f90: Add tests for complex functions
......
/* { dg-do compile { target powerpc*-*-* rs6000-*-* } } */ /* { dg-do compile { target powerpc*-*-darwin* powerpc*-*-linux* } } */
/* { dg-options "-mno-powerpc-gfxopt -mpowerpc64" } */ /* { dg-options "-mno-powerpc-gfxopt -mpowerpc64" } */
extern void bar (void *); extern void bar (void *);
extern double x; extern double x;
......
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