* gcc.dg/cpp/widestr1.c: Update.
* gcc.dg/cpp/prag-imp.c: Remove.
From-SVN: r38988
+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.
+++ /dev/null
-/* 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" } */
-/* Copyright (C) 2000 Free Software Foundation.
+/* Copyright (C) 2000, 2001 Free Software Foundation.
by Alexandre Oliva <oliva@lsd.ic.unicamp.br> */
#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" } */
+