Changes between Initial Version and Version 1 of Ticket #58726, comment 2


Ignore:
Timestamp:
Jul 15, 2019, 9:32:34 PM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58726, comment 2

    initial v1  
    33configure.cflags-append -std=gnu99
    44}}}
     5
     6`-std=c11` did not work.
     7
     8This page <https://clang.llvm.org/docs/UsersManual.html> suggests clang supports the `typeof` keywork with any `gnu*` standard.
     9{{{
     10The parser recognizes “asm” and “typeof” as keywords in gnu* modes; the variants “__asm__” and “__typeof__” are recognized in all modes.
     11}}}