On 21 September 2017 at 16:48, Tamar Christina <tamar.christ...@arm.com> wrote: > Hi All, > > Commit r244796 changed vect_hw_misalign for arm to check against > arm_vect_no_misalign. However vect_hw_misalign is supposed to check if > a target supports misalign access, while arm_vect_no_misalign checks that > a target only supports aligned access. > > As such the results need to be inverted otherwise the test runs in exactly the > wrong circumstances. > > Committed as r253073 under the GCC obvious rule.
Hi Tamar, This is not as obvious as we might think. This patch is causing tcl syntax errors, such as: error executing dg-final: expected boolean value but got "!1" I plan to send a fix b/o next week. Christophe > > Thanks, > Tamar > > gcc/ChangeLog > 2017-09-21 Tamar Christina <tamar.christ...@arm.com> > > PR testsuite/78421 > * lib/target-supports.exp (check_effective_target_vect_hw_misalign): > Invert arm check. > > --