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,testsuite]: Skip -fschedule-insns if no scheduling available.


On Jul 8, 2011, at 7:25 AM, Georg-Johann Lay wrote:

> There are tests in suite that set -fschedule-insns[2] and FAIL because of
> 
> warning: instruction scheduling not supported on this target machine
> [enabled by default]
> 
> As there is no individual switch do disable the warning, the patch
> disables some test cases so reduce the overall "noise of false test
> fails".
> 
> There is no proc for that yet, so I wrote one. Lightly tested with my
> testsuite: get now UNSUPPORTED instead of FAIL.
> 
> Ok to commit?

Awesome, thanks; oops, I mean, Ok.


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