[Bug c/27267] Problems with creal in gcc 4.0.0 and 4.0.1

2006-04-23 Thread rguenth at gcc dot gnu dot org
--- 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

[Bug c/27267] Problems with creal in gcc 4.0.0 and 4.0.1

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug c/27267] Problems with creal in gcc 4.0.0 and 4.0.1

2006-04-29 Thread pinskia at gcc dot gnu dot org
--- 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: