Commit e729bc6d by Alexandre Oliva Committed by Alexandre Oliva

* gcc.dg/cpp-wi1.c: New test.

From-SVN: r32145
parent cff244b2
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>
......
/* 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" } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment