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: PATCH: Include TOOL_OPTIONS in check-flags


> TOOL_OPTIONS are not currently checked by check-flags, which is used  
> for e.g. dg-skip-if.  This means that tests which do something like / 
> * { dg-skip-if "" { *-*-* } { "-m64" } { "" } } */ will not be  
> skipped if -m64 is included via runtest --tool_opts="-m64".

--tools_opts="-m64" is the wrong way to run the testsuite with -m64.

The correct way to run the testsuite is RUNTESTFLAGS="--board=unix/-m64"

This is documented on the testing part of the documenation.

-- Pinski


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