mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-02 00:43:44 +08:00
* gcc.dg/cpp-wi1.c: New test.
From-SVN: r32145
This commit is contained in:
parent
cff244b2b2
commit
e729bc6d57
@ -1,5 +1,7 @@
|
||||
2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
||||
|
||||
* gcc.dg/cpp-wi1.c: New test.
|
||||
|
||||
* gcc.dg/cpp-li1.c: New test.
|
||||
|
||||
2000-02-24 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
9
gcc/testsuite/gcc.dg/cpp-wi1.c
Normal file
9
gcc/testsuite/gcc.dg/cpp-wi1.c
Normal file
@ -0,0 +1,9 @@
|
||||
/* Copyright (C) 2000 Free Software Foundation.
|
||||
|
||||
by Alexandre Oliva <oliva@lsd.ic.unicamp.br> */
|
||||
|
||||
/* { dg-do preprocess } */
|
||||
|
||||
#line 1 L"foo" /* { dg-error "not a string" "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