------- Comment #8 from tkoenig at gcc dot gnu dot org 2009-07-26 21:22 ------- (In reply to comment #7) > (In reply to comment #6) > > Can you try whether the following works (place somewhere in > > intrinsics/c99_functions.c): > > Enhanced version with yet another version for I: > > #ifndef I > # if defined(_Imaginary_I) > # define I _Imaginary_I > # elif defined(_Complex_I) > # define I _Complex_I > # else > # define I (1.0fi) > # endif > #endif
This compiles on Cygwin, when applied on top of your other patch. Good work! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40863