This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]