comparison gcc/testsuite/c-c++-common/cpp/ucnid-2011-1.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* { dg-do preprocess } */
2 /* { dg-options "-std=c11 -pedantic" { target c } } */
3 /* { dg-options "-std=c++11 -pedantic" { target c++ } } */
4
5 \u00A8
6
7 B\u0300
8
9 \u0300 /* { dg-error "not valid at the start of an identifier" } */
10
11 A\u0300 /* { dg-warning "not in NFC" } */
12
13 \U00010000
14 \U0001FFFD
15 \U000E1234