[cfe-commits] [Patch][Review] PR13329 - Incorrect code generated for automatic assignment operator

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Aug 14 14:27:30 PDT 2012


On 14 August 2012 15:08, Jonathan Sauer <jonathan.sauer at gmx.de> wrote:
> Hello,
>
>> On Aug 14, 2012, at 4:46 AM, Jonathan Sauer wrote:
>>> Ping?
>>
>> Alright, go ahead.
>
> I'm sorry, but as I don't have commit rights, could you please be so kind to commit the attached
> patch? I've rebased it to TOT (r161879); clang's tests all pass.

Sorry for only noticing it now, but I think the check lines are wrong.
Instead of

// CHECK OBJ: {{call.*_ZN1AaSERS_}}

You should have


// CHECK-OBJ: {{call.*_ZN1AaSERS_}}

>
> With many thanks in advance,
> Jonathan
>
>
>

Cheers,
Rafael



More information about the cfe-commits mailing list