Re: [PR c++/58072][C++11]

2013-08-04 Thread Jason Merrill
OK. Jason

[PR c++/58072][C++11]

2013-08-04 Thread Ed Smith-Rowland
This was a bug concerning reporting of compiler errors involving user-defined literals. The error messages would appear with token names 'CPP_STRING_USERDEF', etc. This is very cryptic for the user. This patch just catches user-defined literal tokens in c-family/c-common.c/c_parse_error() and i