Commit de2b7132 by Andy Hutchinson

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
parent c22c44ba
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> 2009-11-19 Rafael Avila de Espindola <espindola@google.com>
* g++.dg/plugin/selfassign.c: Include plugin-version.h. * g++.dg/plugin/selfassign.c: Include plugin-version.h.
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-skip-if "No wchar.h" { "avr-*-*" } { "*" } { "" } } */
/* { 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-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-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-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