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

9 lines
309 B
C

/* e_12_8.c: Out of range of integer pp-token in #if expression. */
/* { dg-do preprocess } */
/* 12.8: Preprocessing number perhaps out of range of unsigned long. */
#if 123456789012345678901 /* { dg-error "(C|c)onstant (\"\[0-9\]*\" is |)(out of range|is too large for its type)" } */
#endif