On Tue, Mar 05, 2024 at 07:49:21PM +0000, Richard Sandiford wrote: > Jakub Jelinek <ja...@redhat.com> writes: > > On Tue, Mar 05, 2024 at 06:30:40PM +0000, Richard Sandiford wrote: > >> (1) Keep the test where it is, taking advantage of the current SVE > >> handling in aarch64-sve.exp, and add: > >> > >> /* { dg-skip-if "" { no_fsanitize_address } } */ > > > > I'd go with this. asan/ directory for test would be needed for dg-do run > > tests obviously, because then we need the test driver to add appropriate > > options to find the library etc. > > Thanks, now pushed with that change. > > What do you think about backports, after a baking-in period?
Looks backportable to me. Jakub