PR 13358 long long and C++ do not mix well
Manuel López-Ibáñez
lopezibanez@gmail.com
Thu Aug 28 20:39:00 GMT 2008
2008/8/27 Manuel López-Ibáñez <lopezibanez@gmail.com>:
> 2008/8/27 Manuel López-Ibáñez <lopezibanez@gmail.com>:
>> 2008/8/26 Andrew Pinski <pinskia@gmail.com>:
>>>
>>> You can test on x86_64 by adding
>>> RUNTESTFLAGS='--target_board=unix/{-m32,-m64}' to your make -k check
>>> command. If you use gcc_build like I do, you can do this:
>>> gcc_build -x "RUNTESTFLAGS='--target_board=unix/\\\{-m32,-m64\\\}'"
>>> build test install.
>>>
>>> or change MAKE_CHECK_OPTIONS inside gcc_build (like I really do).
>>
>> Neither seems to work. Only unix/-m64 is tested.
>>
>
> If I swap them RUNTESTFLAGS='--target_board=unix/{-m64,-m32}'
>
> Then only -m32 is tested.
>
OK. I found I need unix/\{-m32,-m64\} (escape the braces)
http://gcc.gnu.org/install/test.html
Sorry for the noise.
Manuel.
More information about the Gcc-patches
mailing list