aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.demon.co.uk>2001-01-13 18:40:49 +0000
committerNeil Booth <neil@gcc.gnu.org>2001-01-13 18:40:49 +0000
commitfabfd8029dc23051d9bc8c914583b2adeaef8a3b (patch)
treea6101a7a7eb333fa7af6543c4cb2ba127fd4bcba /gcc
parentd6d52dd655506899ea8ddbb5a18c0df16a45f3f9 (diff)
downloadgcc-fabfd8029dc23051d9bc8c914583b2adeaef8a3b.zip
gcc-fabfd8029dc23051d9bc8c914583b2adeaef8a3b.tar.gz
gcc-fabfd8029dc23051d9bc8c914583b2adeaef8a3b.tar.bz2
widestr1.c: Update.
* gcc.dg/cpp/widestr1.c: Update. * gcc.dg/cpp/prag-imp.c: Remove. From-SVN: r38988
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/cpp/prag-imp.c7
-rw-r--r--gcc/testsuite/gcc.dg/cpp/widestr1.c4
3 files changed, 7 insertions, 9 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index f34c384..2e6119a 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
+
+ * gcc.dg/cpp/widestr1.c: Update.
+ * gcc.dg/cpp/prag-imp.c: Remove.
+
2001-01-12 Jakub Jelinek <jakub@redhat.com>
* 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 6083679..0000000
--- 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 <stdlib.h>
-#include <stdio.h>
-#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 b846990..0b68201 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 <oliva@lsd.ic.unicamp.br> */
@@ -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" } */
+