PR C++/60209 - Declaration of user-defined literal operator cause error
cp/ 2014-07-13 Edward Smith-Rowland <3dw4rd@verizon.net> PR C++/60209 - Declaration of user-defined literal operator cause error * cp/parser.c (cp_parser_operator()): Fold treatment of strings and user-defined string literals. Use the full string parser. (cp_parser_string_literal()): Add flag to not look for literal operator. testsuite/ 2014-07-13 Edward Smith-Rowland <3dw4rd@verizon.net> PR C++/60209 - Declaration of user-defined literal operator cause error * g++.dg/cpp0x/pr60209-neg.C: New. * g++.dg/cpp0x/pr60209.C: New. * g++.dg/cpp1y/udlit-empty-string-neg.C: Adjust messages. From-SVN: r212494
Showing
gcc/testsuite/g++.dg/cpp0x/pr60209-neg.C
0 → 100644
gcc/testsuite/g++.dg/cpp0x/pr60209.C
0 → 100644
Please
register
or
sign in
to comment