[Bug c/55965] gcc -std=c99 emits code for inline even without extern

2014-10-24 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55965 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4

[Bug c/55965] gcc -std=c99 emits code for inline even without extern

2014-10-23 Thread jeremyhu at macports dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55965 --- Comment #3 from Jeremy Huddleston Sequoia --- On OSX, the _isalnum symbol corresponds to the isalnum() function and the __isalnum symbol would correspond to the _isalnum() function. It is emitting the _isalnum symbol (for isalnum()) but not

[Bug c/55965] gcc -std=c99 emits code for inline even without extern

2014-10-23 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55965 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Commen

[Bug c/55965] gcc -std=c99 emits code for inline even without extern

2014-10-23 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55965 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|