[Bug c/95800] DJGPP 9.3.1 doesn't parse C files correctly

2020-06-25 Thread andris at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95800 Andris Pavenis changed: What|Removed |Added CC||andris at gcc dot gnu.org --- Comment #

[Bug c/95800] DJGPP 9.3.1 doesn't parse C files correctly

2020-06-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95800 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/95800] DJGPP 9.3.1 doesn't parse C files correctly

2020-06-21 Thread teo.samarzija at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95800 --- Comment #2 from Teo Samarzija --- (In reply to Jakub Jelinek from comment #1) > Perhaps log2 is in DJGPP a macro (which the C standard allows)? > In that case, you either need to #undef that macro, or > use double (log2)(double x) { ... } I

[Bug c/95800] DJGPP 9.3.1 doesn't parse C files correctly

2020-06-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95800 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1