Alessandro Bonazzi e075990ed3 Patch level : 12.0 no-patch
Files correlati     :
Commento            :

Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
2020-11-28 16:24:08 +01:00

19 lines
651 B
C

/* n_stdmac.c: C99 Standard pre-defined macros. */
/* 199901L */
__STDC_VERSION__
/* 1 or 0 */
__STDC_HOSTED__
/* { dg-do preprocess }
{ dg-options "-std=c99" }
{ dg-final { if ![file exist n_stdmac.i] { return } } }
{ dg-final { if \{ [grep n_stdmac.i "199901L"] != "" \} \{ } }
{ dg-final { if \{ [grep n_stdmac.i "1|0"] != "" \} \{ } }
{ dg-final { if \{ [grep n_stdmac.i "__STDC_HOSTED__"] == "" \} \{ } }
{ dg-final { return \} \} \} } }
{ dg-final { fail "n_stdmac.c: standard pre-defined macro in C99" } }
*/