raw-string-1.c: Skip test for avr target.

* gcc-dg/raw-string-1.c: Skip test for avr target.
* gcc-dg/utf-array-short-wchar.c: Ditto.
* gcc-dg/utf-array.c: Ditto.
* gcc-dg/utf8-2.c: Ditto.

From-SVN: r154345
This commit is contained in:
Andy Hutchinson 2009-11-19 21:32:56 +00:00
parent c22c44bac0
commit de2b713283
5 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2009-11-19 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
* gcc-dg/raw-string-1.c: Skip test for avr target.
* gcc-dg/utf-array-short-wchar.c: Ditto.
* gcc-dg/utf-array.c: Ditto.
* gcc-dg/utf8-2.c: Ditto.
2009-11-19 Rafael Avila de Espindola <espindola@google.com>
* g++.dg/plugin/selfassign.c: Include plugin-version.h.

View File

@ -1,4 +1,5 @@
/* { dg-do run } */
/* { dg-skip-if "No wchar.h" { "avr-*-*" } { "*" } { "" } } */
/* { dg-options "-std=gnu99" } */
#include <wchar.h>

View File

@ -1,6 +1,7 @@
/* Contributed by Kris Van Hees <kris.van.hees@oracle.com> */
/* Expected errors for char16_t/char32_t string literals. */
/* { dg-do compile } */
/* { dg-skip-if "No wchar.h" { "avr-*-*" } { "*" } { "" } } */
/* { dg-options "-std=gnu99 -fshort-wchar" } */
#include <wchar.h>

View File

@ -1,6 +1,7 @@
/* Contributed by Kris Van Hees <kris.van.hees@oracle.com> */
/* Expected errors for char16_t/char32_t string literals. */
/* { dg-do compile } */
/* { dg-skip-if "No wchar.h" { "avr-*-*" } { "*" } { "" } } */
/* { dg-options "-std=gnu99" } */
#include <wchar.h>

View File

@ -1,4 +1,5 @@
/* { dg-do compile } */
/* { dg-skip-if "No wchar.h" { "avr-*-*" } { "*" } { "" } } */
/* { dg-options "-std=gnu99" } */
#include <wchar.h>