On 11/9/23 17:20, Jeff Law wrote:


On 11/2/23 17:45, Patrick O'Neill wrote:
Testcases in g++.dg/vect rely on check_vect_support_and_set_flags
to set dg-do-what-default and avoid running vector tests on non-vector
targets. The three testcases in this patch overwrite the default with
dg-do run.

Removing the dg-do run directive resolves this issue for non-vector
targets (while still running the tests on vector targets).

gcc/testsuite/ChangeLog:

    * g++.dg/vect/pr102788.cc: Remove dg-do run directive.
OK.  I'll note your patch has just one file patched, but your comment indicates three testcases have this problem.  Did you forget to include a couple changes?

If so, those are pre-approved as well.  Just post them for the archiver and commit.

Thanks,
jeff
Committed

The comment was mistakenly copy/pasted from https://inbox.sourceware.org/gcc-patches/20231102190911.66763-1-patr...@rivosinc.com/T/#u
Revised commit message to only mention the one testcase.

Thanks,
Patrick

Reply via email to