From 17df7fec6c741af0a6acf8a1760d66e4e65cef94 Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 20 Jun 2002 20:34:19 +0000 Subject: * cppexp.c (cpp_interpret_integer): Don't force traditional numbers to be unsigned. * cpplib.c (prepare_directive_trad): Set line number for diagnostics. * cpptrad.c (scan_out_logical_line): Continue scanning out at start of buffer. * gcc.c (trad_capable_cpp): Use cc1 always. f: * lang-specs.h: Use cc1 for traditional preprocessing. testsuite: * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c, gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c, gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c, gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c: Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54856 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/gcc.dg/cpp/tr-direct.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 gcc/testsuite/gcc.dg/cpp/tr-direct.c (limited to 'gcc/testsuite/gcc.dg/cpp/tr-direct.c') diff --git a/gcc/testsuite/gcc.dg/cpp/tr-direct.c b/gcc/testsuite/gcc.dg/cpp/tr-direct.c deleted file mode 100644 index 56a52ba1b3b..00000000000 --- a/gcc/testsuite/gcc.dg/cpp/tr-direct.c +++ /dev/null @@ -1,11 +0,0 @@ -/* Test for some basic aspects of -traditional directive processing. */ - -/* { dg-do preprocess } */ -/* { dg-options -traditional } */ - -/* There is a #error directive. */ - -#error bad /* { dg-error "bad" } */ - -/* Directives with their #s indented are not recognized. */ - #if 0 /* { dg-bogus "unterminated" } */ -- cgit v1.2.3