+2000-11-20 Neil Booth <neilb@earthling.net>
+
+ * gcc.dg/cpp/integrated1.c: New test.
+
2000-11-21 Jakub Jelinek <jakub@redhat.com>
* g++.old-deja/g++.other/inline17.C: New test.
--- /dev/null
+/* Copyright (C) 2000 Free Software Foundation, Inc. */
+
+/* { dg-do compile } */
+/* { dg-options "-g -include mi1c.h" } */
+
+/* Tests that -g -include doesn't segfault. This used to happen
+ because cpp_start_read would be called before initialising debug
+ output for the integrated front ends.
+
+ Contributed by Neil Booth 15 Nov 2000. */
+