repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR c++/85553
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
udlit-nosuffix-neg.C
blob
790726fb71d518807c790ba90e7016546d136a9b
1
// { dg-do compile { target c++11 } }
2
3
char32_t
4
operator"" (char32_t C) // { dg-error "expected suffix identifier" }
5
{ return C; }