------- Comment #7 from burnus at gcc dot gnu dot org 2009-07-26 20:32 ------- (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 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40863