Gentle ping.
On Mon, Jul 14, 2025 at 09:43:29PM +0000, Spencer Abson wrote: > Hi all, > > Currently, using '-moverride' in the testsuite will reset the baseline tuning > model from 'generic' to the default tuning for the architecture level. Since > 'generic' is the tuning model relied upon by most of aarch64's regression > suite, > we would expect that, given no other model was supplied, '-moverride' would be > overriding the behavior of 'generic'. > > This patch changes the logic in aarch64-arch-dg-options as such. Bootstrapped > & regtested on aarch64-linux-gnu, OK for master? > > Thanks, > Spencer > > Spencer Abson (1): > aarch64: testsuite: Keep -mtune=generic when specifying -moverride > > gcc/testsuite/lib/gcc-defs.exp | 16 +++++++++++----- > 1 file changed, 11 insertions(+), 5 deletions(-) > > -- > 2.34.1 >