New test.

From-SVN: r37608
This commit is contained in:
Neil Booth 2000-11-21 07:41:32 +00:00 committed by Richard Henderson
parent 3aac38d70c
commit 51073b1c46
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,7 @@
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.

View file

@ -0,0 +1,11 @@
/* 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. */