[PATCH] Pragma optimize on/off

Aaron Ballman aaron at aaronballman.com
Fri May 23 07:29:37 PDT 2014


On Fri, May 23, 2014 at 10:02 AM, Dario Domizioli
<dario.domizioli at gmail.com> wrote:
>
> On 23 May 2014 14:52, Dario Domizioli <dario.domizioli at gmail.com> wrote:
>>
>> Hi Aaron.
>>
>>>
>>> Congrats!
>>> However, it seems there is a problem with a test case from this commit.
>>> http://bb.pgr.jp/builders/ninja-x64-msvc-RA-centos6/builds/3022
>>> I think you just need to add a triple to the testcase to resolve it.
>>
>>
>> Ah. Yes. I think it might be because I'm using C++ to test the behaviour
>> with the templates, so the function names are mangled... and depending on
>> which mangler is used they're going to be different. I'll force a triple,
>> that should fix the mangler.
>
>
>
> Done at revision 209515. I have just added "-triple x86_64-unknown-linux".

That solved it, thank you!

~Aaron



More information about the cfe-commits mailing list