aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/utf32-3.c
diff options
context:
space:
mode:
authorAndy Hutchinson <hutchinsonandy@gcc.gnu.org>2009-11-23 22:10:18 +0000
committerAndy Hutchinson <hutchinsonandy@gcc.gnu.org>2009-11-23 22:10:18 +0000
commit0422d54667cc4968ef328a546ee378d04264bb35 (patch)
treeed2616cbe201773998ce1666e222888f5a81e670 /gcc/testsuite/gcc.dg/utf32-3.c
parentc806393f023c75d9b7c2afff4e6af678f33fa9c5 (diff)
downloadgcc-0422d54667cc4968ef328a546ee378d04264bb35.zip
gcc-0422d54667cc4968ef328a546ee378d04264bb35.tar.gz
gcc-0422d54667cc4968ef328a546ee378d04264bb35.tar.bz2
re PR c/36470 (sizeof UTF-32 is 2 on AVR)
PR testsuite/36470 * gcc.dg/utf-cvt.c: Skip int test for 16bit int targets. Enable short test for avr target. * gcc.dg/utf32-1.c: Enable test for avr and m32 targets. * gcc.dg/utf32-2.c: Ditto. * gcc.dg/utf32-3.c: Ditto. * gcc.dg/utf32-4.c: Enable test for non-32bit targets. From-SVN: r154471
Diffstat (limited to 'gcc/testsuite/gcc.dg/utf32-3.c')
-rw-r--r--gcc/testsuite/gcc.dg/utf32-3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/utf32-3.c b/gcc/testsuite/gcc.dg/utf32-3.c
index 486d04f..de7b2aa 100644
--- a/gcc/testsuite/gcc.dg/utf32-3.c
+++ b/gcc/testsuite/gcc.dg/utf32-3.c
@@ -1,7 +1,6 @@
/* 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-*-*" "m32c-*-*" } { "*" } { "" } } */
/* { dg-options "-std=gnu99 -Wall -Werror" } */
typedef __CHAR32_TYPE__ char32_t;