This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PR 13358 long long and C++ do not mix well


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





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]