http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48949
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2011.05.19 12:37:15 CC| |jakub at gcc dot gnu.org Ever Confirmed|0 |1 Severity|critical |normal --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-05-19 12:37:15 UTC --- Can you see if fixincluded complex.h is used, or for some reason the system one instead? If the former, can you diff up the system one and the fixincluded one? You can run gcc -E foo.c | grep complex.h to see which complex.h is being used.