summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/utf32-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/utf32-2.c')
-rw-r--r--gcc/testsuite/gcc.dg/utf32-2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/utf32-2.c b/gcc/testsuite/gcc.dg/utf32-2.c
index 5672a2021e0..3fd1cf1fdf2 100644
--- a/gcc/testsuite/gcc.dg/utf32-2.c
+++ b/gcc/testsuite/gcc.dg/utf32-2.c
@@ -1,7 +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-xfail-run-if "PR36470" { "avr-*-*" "m32c-*-*" } { "*" } { "" } } */
/* { dg-options "-std=gnu99 -Wall -Werror" } */
typedef __CHAR32_TYPE__ char32_t;