[Python-Dev] C99 (original) (raw)
Sturla Molden sturla.molden at gmail.com
Sat Aug 6 07:25:21 EDT 2016
- Previous message (by thread): [Python-Dev] C99
- Next message (by thread): [Python-Dev] C99
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Matthias Klose <doko at ubuntu.com> wrote:
GCC 5 and GCC 6 default to C11 (-std=gnu11), does the restriction to C99 mean that -std=gnu99 should be passed explicitly?
Also note that -std=c99 is not the same as -std=gnu99. The latter allows GNU extensions like computed goto. Does the interpreter depend on those? (Presumably it could be a benefit.)
Sturla
- Previous message (by thread): [Python-Dev] C99
- Next message (by thread): [Python-Dev] C99
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]