PR 13358 long long and C++ do not mix well
David Daney
ddaney@avtrex.com
Thu Aug 28 21:03:00 GMT 2008
Manuel López-Ibáñez wrote:
> 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.
>
Please see:
http://gcc.gnu.org/install/test.html
I believe you want (untested):
..."RUNTESTFLAGS=--target_board=unix/\{-m64,-m32\}"...
David Daney
More information about the Gcc-patches
mailing list