Commit a16f893b by Neil Booth Committed by Neil Booth

* gcc.gd/cpp/Wtrigraphs.c: New test.

From-SVN: r37670
parent 4a5b68a2
2000-11-22 Neil Booth <neilb@earthling.net>
* gcc.dg/cpp/Wtrigraphs.c: New test.
2000-11-22 Loren J. Rittle <ljrittle@acm.org>
* g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
......
/* { dg-do preprocess } */
/* { dg-options "-Wtrigraphs -fno-show-column" } */
/* Test we don't double warn for trigraphs immediately after preceding
text. Source Neil Booth. 22 Nov 2000. */
abcdef??< /* { dg-warning "ignored" } */
123456??> /* { dg-warning "ignored" } */
+??= /* { dg-warning "ignored" } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment