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

18 lines
690 B
C

/* n_5.t: Spaces or tabs are allowed at any place in pp-directive line,
including between the top of a pp-directive line and '#', and between
the '#' and the directive. */
/* 5.1: */
/* |**|[TAB]# |**|[TAB]define |**| MACRO_abcde[TAB]|**| abcde |**| */
/**/ # /**/ define /**/ MACRO_abcde /**/ abcde /**/
/* abcde */
MACRO_abcde
/* { dg-do preprocess }
{ dg-final { if ![file exist n_5.i] { return } } }
{ dg-final { if \{ [grep n_5.i "abcde"] != "" \} \{ } }
{ dg-final { return \} } }
{ dg-final { fail "n_5.c: spaces and tabs in directive line" } }
*/