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/34071] Poor precision of complex division __divdc3 in 64-bit on Intel



------- Comment #4 from pinskia at gcc dot gnu dot org  2007-11-12 18:36 -------
What happens if you use -std=gnu99  because as far as I remember C99 complex
division is not enabled except with -std=gnu99/-std=c99 in 4.1 and before.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34071


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