Blame cpp-test/test-t/e_17_5.c

Packit Service 8bf002
/* e_17_5.c:    Imbalance of #if - #endif in included files.    */
Packit Service 8bf002
Packit Service 8bf002
/* { dg-do preprocess } */
Packit Service 8bf002
Packit Service 8bf002
/* 17.5:    Error of #endif without #if in an included file.    */
Packit Service 8bf002
#if     1
Packit Service 8bf002
#include    "unbal1.h"
Packit Service 8bf002
/* { dg-error "e_17_5.c:7:\n\[\^ \]*( error:|) (#endif without #if|unbalanced `#endif')| Not in a #if \\(#ifdef\\) section in a source file" "" { target *-*-* } 0 } */
Packit Service 8bf002
Packit Service 8bf002
/* 17.6:    Error of unterminated #if section in an included file.  */
Packit Service 8bf002
#include    "unbal2.h"
Packit Service 8bf002
/* { dg-error "e_17_5.c:11:\n\[\^ \]*( error:|) unterminated (#else|`#else')| End of file within #if \\(#ifdef\\) section" "" { target *-*-* } 0 } */
Packit Service 8bf002
#endif
Packit Service 8bf002