PATCH: Include TOOL_OPTIONS in check-flags

Eric Christopher echristo@apple.com
Fri Jun 9 23:11:00 GMT 2006


On Jun 9, 2006, at 4:08 PM, Andrew Pinski wrote:

>> 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.

Yes, he knows that, however, that's not a reason for this to not work.

-eric



More information about the Gcc-patches mailing list