https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92391

--- Comment #12 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> 
---
Author: rsandifo
Date: Tue Nov 26 22:11:39 2019
New Revision: 278738

URL: https://gcc.gnu.org/viewcvs?rev=278738&root=gcc&view=rev
Log:
Update vect_char_add target selector to use its own cache

This patch updates the vect_char_add target selector to use its own
cache instead of the vect_int cache.

This was causing a situation where bb-slp-40.c would fail on sparc when
run after other tests that use the vect_int target selector, but pass
when run on its own.

2019-11-26  Joel Hutton  <joel.hut...@arm.com>

gcc/testsuite/
        PR testsuite/92391
        * lib/target-supports.exp (check_effective_target_vect_char_add):
        Use a separate cache entry from vect_int.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/lib/target-supports.exp

Reply via email to