+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.
--- /dev/null
+/* { 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" } */