Commit 3d0cc4ae by Andy Hutchinson

raw-string-1.c: Require-effective-target wchar.

* gcc-dg/raw-string-1.c: Require-effective-target wchar.
* gcc-dg/raw-string-2.c: Ditto.
* gcc-dg/utf-array-short-wchar.c: Ditto.
* gcc-dg/utf-array.c: Ditto.
* gcc-dg/utf8-2.c: Ditto.

From-SVN: r154476
parent cefdbe2f
2009-11-23 Andy Hutchinson <hutchinsonandy@gcc.gnu.org> 2009-11-23 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
* gcc-dg/raw-string-1.c: Require-effective-target wchar.
* gcc-dg/raw-string-2.c: Ditto.
* gcc-dg/utf-array-short-wchar.c: Ditto.
* gcc-dg/utf-array.c: Ditto.
* gcc-dg/utf8-2.c: Ditto.
2009-11-23 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
* gcc.dg/torture/pr37868.c: Use smaller bitfield for 16bit int * gcc.dg/torture/pr37868.c: Use smaller bitfield for 16bit int
targets. targets.
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-skip-if "No wchar.h" { "avr-*-*" } { "*" } { "" } } */ /* { dg-require-effective-target wchar } */
/* { dg-options "-std=gnu99" } */ /* { dg-options "-std=gnu99" } */
#include <wchar.h> #include <wchar.h>
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-require-effective-target wchar } */
/* { dg-options "-std=gnu99" } */ /* { dg-options "-std=gnu99" } */
#include <wchar.h> #include <wchar.h>
......
/* Contributed by Kris Van Hees <kris.van.hees@oracle.com> */ /* Contributed by Kris Van Hees <kris.van.hees@oracle.com> */
/* Expected errors for char16_t/char32_t string literals. */ /* Expected errors for char16_t/char32_t string literals. */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-skip-if "No wchar.h" { "avr-*-*" } { "*" } { "" } } */ /* { dg-require-effective-target wchar } */
/* { dg-options "-std=gnu99 -fshort-wchar" } */ /* { dg-options "-std=gnu99 -fshort-wchar" } */
#include <wchar.h> #include <wchar.h>
......
/* Contributed by Kris Van Hees <kris.van.hees@oracle.com> */ /* Contributed by Kris Van Hees <kris.van.hees@oracle.com> */
/* Expected errors for char16_t/char32_t string literals. */ /* Expected errors for char16_t/char32_t string literals. */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-skip-if "No wchar.h" { "avr-*-*" } { "*" } { "" } } */ /* { dg-require-effective-target wchar } */
/* { dg-options "-std=gnu99" } */ /* { dg-options "-std=gnu99" } */
#include <wchar.h> #include <wchar.h>
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-skip-if "No wchar.h" { "avr-*-*" } { "*" } { "" } } */ /* { dg-require-effective-target wchar } */
/* { dg-options "-std=gnu99" } */ /* { dg-options "-std=gnu99" } */
#include <wchar.h> #include <wchar.h>
......
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