New test.
From-SVN: r37608
This commit is contained in:
parent
3aac38d70c
commit
51073b1c46
2 changed files with 15 additions and 0 deletions
|
@ -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.
|
||||
|
|
11
gcc/testsuite/gcc.dg/cpp/integrated1.c
Normal file
11
gcc/testsuite/gcc.dg/cpp/integrated1.c
Normal 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. */
|
||||
|
Loading…
Add table
Reference in a new issue