On Wed, Oct 28, 2020 at 10:05:14AM -0500, will schmidt wrote: > On Wed, 2020-10-28 at 21:20 +1030, Alan Modra via Gcc-patches wrote: > > Otherwise some versions of dejagnu go ahead and run the vsx tests > > below when they should not. To best cope with older dejagnu, put > > "run" before "compile", the idea being that if the second dg-do always > > wins then that won't cause fails. > > > > The altivec tests also need -save-temps for the scan-assembler test to > > occur when vms_hw. > > vmx_hw ? :)
For vms_hw it needs a lot more ;-) > Ok. These are from some tests I recently committed, I obviously > missed this combo (testing with older dejagnu).. I think I've updated > my dejagnu versions all over the place for other reasons. Do you > consider this a non-typical corner case with older dejagnu, or should I > try to explicitly check for this in the future? I don't know what version of dejagnu introduced the fix, but probably newer than our minimum required version. Thanks, Segher