comparison gcc/testsuite/gcc.dg/cpp/utf8-5byte-1.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Test for bug in conversions from 5-byte UTF-8 sequences in 1 /* Test for bug in conversions from 5-byte UTF-8 sequences in
2 cpplib. */ 2 cpplib. */
3 /* { dg-do run { target { 4byte_wchar_t } } } */ 3 /* { dg-do run { target { 4byte_wchar_t } } } */
4 /* { dg-options "-std=gnu99" } */ 4 /* { dg-options "-std=gnu99 -w" } */
5 5
6 extern void abort (void); 6 extern void abort (void);
7 extern void exit (int); 7 extern void exit (int);
8 8
9 __WCHAR_TYPE__ ws[] = L"û¿¿¿¿"; 9 __WCHAR_TYPE__ ws[] = L"û¿¿¿¿";