aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/ChangeLog7
-rw-r--r--gcc/testsuite/gcc.dg/raw-string-1.c1
-rw-r--r--gcc/testsuite/gcc.dg/utf-array-short-wchar.c1
-rw-r--r--gcc/testsuite/gcc.dg/utf-array.c1
-rw-r--r--gcc/testsuite/gcc.dg/utf8-2.c1
5 files changed, 11 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index c96876f..bf395f5 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/gcc.dg/raw-string-1.c b/gcc/testsuite/gcc.dg/raw-string-1.c
index b499e5c..679e9a6 100644
--- a/gcc/testsuite/gcc.dg/raw-string-1.c
+++ b/gcc/testsuite/gcc.dg/raw-string-1.c
@@ -1,4 +1,5 @@
/* { dg-do run } */
+/* { dg-skip-if "No wchar.h" { "avr-*-*" } { "*" } { "" } } */
/* { dg-options "-std=gnu99" } */
#include <wchar.h>
diff --git a/gcc/testsuite/gcc.dg/utf-array-short-wchar.c b/gcc/testsuite/gcc.dg/utf-array-short-wchar.c
index 55d164f..91f4827 100644
--- a/gcc/testsuite/gcc.dg/utf-array-short-wchar.c
+++ b/gcc/testsuite/gcc.dg/utf-array-short-wchar.c
@@ -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>
diff --git a/gcc/testsuite/gcc.dg/utf-array.c b/gcc/testsuite/gcc.dg/utf-array.c
index bbe0976..b25c2af 100644
--- a/gcc/testsuite/gcc.dg/utf-array.c
+++ b/gcc/testsuite/gcc.dg/utf-array.c
@@ -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>
diff --git a/gcc/testsuite/gcc.dg/utf8-2.c b/gcc/testsuite/gcc.dg/utf8-2.c
index 9c0442f..173d797 100644
--- a/gcc/testsuite/gcc.dg/utf8-2.c
+++ b/gcc/testsuite/gcc.dg/utf8-2.c
@@ -1,4 +1,5 @@
/* { dg-do compile } */
+/* { dg-skip-if "No wchar.h" { "avr-*-*" } { "*" } { "" } } */
/* { dg-options "-std=gnu99" } */
#include <wchar.h>