> // > // XFAIL: sparc > > -#include <complex.h> > +#ifdef __CYGWIN__ > + #include <mingw/complex.h> > +#else > + #include <complex.h> > +#endif
IIRC this isn't quite right, you can't depend on mingw with cygwin. I think cygwin should have a complex.h, if you want to make this work for mingw then you should use __MINGW32__. -eric _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits