------- Comment #4 from pinskia at gcc dot gnu dot org 2008-01-07 00:28 ------- > Use nm filename.o to see that a global symbol f has been declared, but it >shouldn't be.
Yes it should, that is what it should do for C99/GNU99. >PS: it could be a bug inserted by Apple... Well no, Apple just fixed extern inline for C99 mode for their 4.0.x compiler. So GMP has issues with its source not being C99 compatible even though it uses -std=gnu99 . -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34697