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

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Jun 21 12:02:26 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95800

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
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) { ... }


More information about the Gcc-bugs mailing list