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

Packit Service 8bf002
/* warn_1_1.c   */
Packit Service 8bf002
Packit Service 8bf002
/*
Packit Service 8bf002
 *   The following text is legal but suspicious one.  Good preprocessor
Packit Service 8bf002
 * will warn at this text.
Packit Service 8bf002
 */
Packit Service 8bf002
Packit Service 8bf002
/* { dg-do preprocess } */
Packit Service 8bf002
/* { dg-options "-ansi -pedantic -Wall" }   */
Packit Service 8bf002
Packit Service 8bf002
/* w.1.1:   "/*" in comment.    */ /* { dg-warning "(\"/\\*\"|`/\\*') within comment" }  */
Packit Service 8bf002
/*  comment /*  nested comment and no closing   */ /* { dg-warning "(\"/\\*\"|`/\\*') within comment" }  */
Packit Service 8bf002