Re: [C++ Patch] PR 57880

2013-07-25 Thread Jason Merrill
OK. Jason

Re: [C++ Patch] PR 57880

2013-07-24 Thread Paolo Carlini
On 07/25/2013 03:35 AM, Jason Merrill wrote: You need to have tests for the other string prefixes, since you're changing the code for them. Oh yes, something like this? (believe me, I had it, but then the last minute I simplified the testcase because the last lines didn't seem to exercise any

Re: [C++ Patch] PR 57880

2013-07-24 Thread Jason Merrill
You need to have tests for the other string prefixes, since you're changing the code for them. Jason