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

10 lines
221 B
C

/* e_35_2.c: Out of range of character constant. */
/* { dg-do preprocess } */
/* 35.2: */
/* Perhaps out of range. */
#if 'abcdefghi' /* { dg-error "character constant too long| out of range" } */
#endif