re PR c/36470 (sizeof UTF-32 is 2 on AVR)
authorAndy Hutchinson <hutchinsonandy@aim.com>
Wed, 18 Jun 2008 21:48:50 +0000 (21:48 +0000)
committerAndy Hutchinson <hutchinsonandy@gcc.gnu.org>
Wed, 18 Jun 2008 21:48:50 +0000 (21:48 +0000)
PR c/36460
* gcc.dg/utf32-1.c: Mark xfail for AVR target.
* gcc.dg/utf32-2.c: Ditto.
* gcc.dg/utf32-3.c: Ditto.

From-SVN: r136919

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/utf32-1.c
gcc/testsuite/gcc.dg/utf32-2.c
gcc/testsuite/gcc.dg/utf32-3.c

index f9bd049..e6b90c6 100644 (file)
@@ -1,5 +1,12 @@
 2008-06-18  Andy Hutchinson  <hutchinsonandy@aim.com>
 
+       PR c/36460
+       * gcc.dg/utf32-1.c: Mark xfail for AVR target.
+       * gcc.dg/utf32-2.c: Ditto.
+       * gcc.dg/utf32-3.c: Ditto.
+
+2008-06-18  Andy Hutchinson  <hutchinsonandy@aim.com>
+
        * gcc.c-torture/compile/limits-fndefn.c: Skip for AVR.
        * gcc.dg/builtins-config.h: Use standard independent __AVR__ symbol.
        * gcc.dg/cdce1.c: Skip for AVR.
@@ -7,7 +14,8 @@
        * gcc.dg/fold-bitand-1.c: Ignore warnings such as alignment.
        * gcc.dg/fold-eqandshift-3.c: Use long on AVR.
        * gcc.dg/fold-overflow-1.c: Skip for AVR.
-       * gcc.dg/multiple-overflow-warn-3.c: Use target independent macro for ms bit position.
+       * gcc.dg/multiple-overflow-warn-3.c: Use target independent macro 
+       for ms bit position.
        * gcc.dg/pch/struct-1.c: Allow for target without 32 bit int.
        * gcc.dg/tree-ssa/pr33920.c: Add warning check for AVR.
        * gcc.dg/ucnid-5.c: Skip for AVR.
index 1807d57..300fd46 100644 (file)
@@ -1,6 +1,7 @@
 /* Contributed by Kris Van Hees <kris.van.hees@oracle.com> */
 /* Test the support for char32_t character constants. */
 /* { dg-do run } */
+/* { dg-xfail-run-if "PR36470" { "avr-*-*" } { "*" } { "" } } */
 /* { dg-options "-std=gnu99 -Wall -Werror" } */
 
 typedef unsigned int char32_t;
index 820eb8c..0c28537 100644 (file)
@@ -1,6 +1,7 @@
 /* Contributed by Kris Van Hees <kris.van.hees@oracle.com> */
 /* Test the support for char32_t* string constants. */
 /* { dg-do run } */
+/* { dg-xfail-run-if "PR36470" { "avr-*-*" } { "*" } { "" } } */
 /* { dg-options "-std=gnu99 -Wall -Werror" } */
 
 typedef unsigned int char32_t;
index 20cbc78..49991d0 100644 (file)
@@ -1,6 +1,7 @@
 /* Contributed by Kris Van Hees <kris.van.hees@oracle.com> */
 /* Test concatenation of char32_t* string literals. */
 /* { dg-do run } */
+/* { dg-xfail-run-if "PR36470" { "avr-*-*" } { "*" } { "" } } */
 /* { dg-options "-std=gnu99 -Wall -Werror" } */
 
 typedef unsigned int char32_t;