From c64b08b0befb555da4849dd83abcb495e8e52a48 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 25 Nov 2001 16:48:40 +0000 Subject: [PATCH] * gcc.dg/cpp/fpreprocessed.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47325 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/gcc.dg/cpp/fpreprocessed.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gcc/testsuite/gcc.dg/cpp/fpreprocessed.c diff --git a/gcc/testsuite/gcc.dg/cpp/fpreprocessed.c b/gcc/testsuite/gcc.dg/cpp/fpreprocessed.c new file mode 100644 index 00000000000..53d298f5369 --- /dev/null +++ b/gcc/testsuite/gcc.dg/cpp/fpreprocessed.c @@ -0,0 +1,10 @@ +/* Copyright (C) 2001 Free Software Foundation, Inc. */ + +/* { dg-do preprocess } */ +/* { dg-options -fpreprocessed } */ + +/* Source: Jason Merrill, 19 Nov 2001. We'd try and back up a token + and move to a non-existent token run with -fpreprocessed on a file + without a leading # line. */ + +foo -- 2.11.0