Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / c-c++-common / pr91733.c
blob1539bb4f386d5fcbe621b852e3cd3b11913422e4
1 /* { dg-do preprocess } */
2 /* { dg-additional-options "-fdiagnostics-show-caret" } */
4 const char *s = " ";
6 /* { dg-warning "missing terminating \"" "test1" { target *-*-* } 4 } */
7 /* { dg-warning "missing terminating \"" "test2" { target *-*-* } 5 } */
9 /* { dg-begin-multiline-output "test3" }
10 const char *s = "
12 { dg-end-multiline-output "test3" } */
14 /* { dg-begin-multiline-output "test4" }
17 { dg-end-multiline-output "test4" } */