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
310 B
C

/* e_24_6.c: Operand of # operator in function-like macro definition shall
be a parameter name. */
/* { dg-do preprocess } */
/* 24.6: */
#define FUNC( a) # b /* { dg-error "not followed by a macro parameter| should be followed by a macro argument name| Not a formal parameter" } */