Re: [PATCH] Fix libcpp lexing of raw strings (PR preprocessor/48740)

2011-04-23 Thread Jason Merrill
OK. Jason

[PATCH] Fix libcpp lexing of raw strings (PR preprocessor/48740)

2011-04-23 Thread Jakub Jelinek
Hi! The attached testcase fails when using -save-temps, -E prints the string as R"raw(foo%sbar%sfred%sbob?]raw" instead of R"raw(foo%sbar%sfred%sbob?)raw" because ??) is ] trigraph. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk/4.6? 2011-04-23 Jakub J