--- 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
#include
int main(void)
{
printf("\n %f",creal(cpow(I,I)));
}
--
pinskia at gcc dot gnu dot org changed:
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-04-23 16:00 ---
Also check with the C standard to what this is supposed to return.
If you are not including complex.h and stdio.h, then this code is invalid,
please use -Wall -W before posting the preprocessed source.
Also you sho
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-04-23 11:51 ---
Please read the bug-reporting instructions and provide a preprocessed testcase.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27267