https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92391
--- Comment #10 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #9 from Joel Hutton <joel.hutton at arm dot com> --- > Weird, I tested on gcc202. [...] > # of unsupported tests 2 I see the same when testing this single test individually. However, within a full parallel test run, the test *is* run. Unless I'm very much mistaken, the problem is that check_effective_target_vect_char_add uses the same cache as check_effective_target_vect_int (vect_int), which *is* supported on sparc*-*-*, so depending on which of the two effective-target keyworks happens to be used first affects which tests are run.