]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/gcc.dg/cpp/integrated1.c
* do_includes: Revert to using cpp_read_file.
[gcc.git] / gcc / testsuite / gcc.dg / cpp / integrated1.c
1 /* Copyright (C) 2000 Free Software Foundation, Inc. */
2
3 /* { dg-do compile } */
4 /* { dg-options "-g -include mi1c.h" } */
5
6 /* Tests that -g -include doesn't segfault. This used to happen
7 because cpp_start_read would be called before initialising debug
8 output for the integrated front ends.
9
10 Contributed by Neil Booth 15 Nov 2000. */
11
This page took 0.036785 seconds and 5 git commands to generate.