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

Packit Service 8bf002
/* n_3_4.c: Handling of comment and <backslash><newline>.   */
Packit Service 8bf002
Packit Service 8bf002
/* 3.4: Comment and <backslash><newline> in #error line.    */
Packit Service 8bf002
#error  Message of first physical line. \
Packit Service 8bf002
    Message of second physical and first logical line.  /*
Packit Service 8bf002
    this comment splices the lines
Packit Service 8bf002
    */  Message of forth physical and third logical line.
Packit Service 8bf002
Packit Service 8bf002
/* { dg-do preprocess }
Packit Service 8bf002
   { dg-options "-ansi -w" }
Packit Service 8bf002
   { dg-error "Message of first physical line\. *Message of second physical and first logical line\. *Message of forth physical and third logical line\." "n_3_4.c" { target *-*-* } 0 }
Packit Service 8bf002
 */
Packit Service 8bf002