widestr1.c: Update.
* gcc.dg/cpp/widestr1.c: Update. * gcc.dg/cpp/prag-imp.c: Remove. From-SVN: r38988
This commit is contained in:
parent
d6d52dd655
commit
fabfd8029d
@ -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.
|
||||
|
@ -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" } */
|
@ -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" } */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user