From 8d7e08bd25626e9dbf6cbb7c2c963d4c763d53d1 Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 13 Jan 2001 18:40:49 +0000 Subject: [PATCH] * gcc.dg/cpp/widestr1.c: Update. * gcc.dg/cpp/prag-imp.c: Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38988 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/cpp/prag-imp.c | 7 ------- gcc/testsuite/gcc.dg/cpp/widestr1.c | 4 ++-- 3 files changed, 7 insertions(+), 9 deletions(-) delete mode 100644 gcc/testsuite/gcc.dg/cpp/prag-imp.c diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f34c384267e..2e6119ae045 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-01-13 Neil Booth + + * gcc.dg/cpp/widestr1.c: Update. + * gcc.dg/cpp/prag-imp.c: Remove. + 2001-01-12 Jakub Jelinek * gcc.c-torture/execute/20000801-3.x: Remove. diff --git a/gcc/testsuite/gcc.dg/cpp/prag-imp.c b/gcc/testsuite/gcc.dg/cpp/prag-imp.c deleted file mode 100644 index 60836798d0c..00000000000 --- a/gcc/testsuite/gcc.dg/cpp/prag-imp.c +++ /dev/null @@ -1,7 +0,0 @@ -/* Test warnings generated by #pragma implementation in the wrong place. */ -/* { dg-do preprocess } */ - -#pragma implementation "stdlib.h" /* { dg-bogus "appears after" "stdlib.h" } */ -#include -#include -#pragma implementation "stdio.h" /* { dg-warning "appears after" "stdio.h" } */ diff --git a/gcc/testsuite/gcc.dg/cpp/widestr1.c b/gcc/testsuite/gcc.dg/cpp/widestr1.c index b846990e77f..0b68201b012 100644 --- a/gcc/testsuite/gcc.dg/cpp/widestr1.c +++ b/gcc/testsuite/gcc.dg/cpp/widestr1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 Free Software Foundation. +/* Copyright (C) 2000, 2001 Free Software Foundation. by Alexandre Oliva */ @@ -6,4 +6,4 @@ #line 1 L"foo" /* { dg-error "not a valid filename" "wide string in #line" } */ #include L"stdio.h" /* { dg-error "expects" "wide string in #include" } */ -#pragma implementation L"test.h" /* { dg-error "malformed" "wide string in #pragma implementation" } */ + -- 2.11.4.GIT