------- Comment #3 from pinskia at gcc dot gnu dot org 2006-04-30 04:03 ------- These two testcases work for me on powerpc-darwin with Apple's GCC. The testcase looked like: #include <complex.h> #include <stdio.h> int main(void) { printf("\n %f",creal(cpow(I,I))); }
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution| |WORKSFORME http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27267