widestr1.c: Update.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sat, 13 Jan 2001 18:40:49 +0000 (18:40 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 13 Jan 2001 18:40:49 +0000 (18:40 +0000)
        * gcc.dg/cpp/widestr1.c: Update.
        * gcc.dg/cpp/prag-imp.c: Remove.

From-SVN: r38988

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/prag-imp.c [deleted file]
gcc/testsuite/gcc.dg/cpp/widestr1.c

index f34c384267e0618346c0d8569c6a9f4ec36ad7fb..2e6119ae045f4e34606389e2bb1213952e1d4c1d 100644 (file)
@@ -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 (file)
index 6083679..0000000
+++ /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" } */
index b846990e77fbc251da18c2adcf0c186fc3a5119b..0b68201b0127bc80da6f2b873007674dbc1e9f95 100644 (file)
@@ -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" } */
+