libstdc++: [_Hashtable] Fix some implementation inconsistencies
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / udlit-extended-id-2.C
blob05a2804a4632cb4394823786b5942e7693cab94f
1 // { dg-do compile { target c++11 } }
2 // { dg-additional-options "-Wbidi-chars=any,ucn" }
3 bool operator ""_d\u202ae\u202cf (unsigned long long); // { dg-line line1 }
4 // { dg-error "universal character \\\\u202a is not valid in an identifier" "test1" { target *-*-* } line1 }
5 // { dg-error "universal character \\\\u202c is not valid in an identifier" "test2" { target *-*-* } line1 }
6 // { dg-warning "found problematic Unicode character" "test3" { target *-*-* } line1 }