* gcc.dg/cpp/integrated1.c: Remove.

From-SVN: r37621
This commit is contained in:
Neil Booth 2000-11-21 18:30:13 +00:00 committed by Neil Booth
parent 3fc786a446
commit 65aa827646
2 changed files with 4 additions and 11 deletions

View File

@ -1,3 +1,7 @@
2000-11-21 Neil Booth <neilb@earthling.net>
* gcc.dg/cpp/integrated1.c: Remove.
2000-11-21 Jakub Jelinek <jakub@redhat.com>
* gcc.c-torture/execute/20001121-1.c: New test.

View File

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