With test-cases gdb.arch/aarch64-mte-core.exp and gdb.arch/aarch64-pauth.exp I
run into compilation errors due to unsupported compilation flags.
Fix this by requiring the compilation flags, such that I have instead:
...
UNSUPPORTED: gdb.arch/aarch64-mte-core.exp: require failed: \
  have_compile_flag -march=armv8.5-a+memtag
UNSUPPORTED: gdb.arch/aarch64-pauth.exp: require failed: \
  have_compile_flag -mbranch-protection=pac-ret+leaf
...
Tested on aarch64-linux.
 
 require is_aarch64_target
 
+require {have_compile_flag -march=armv8.5-a+memtag}
+
 # Run tests
 foreach_with_prefix mode {"sync" "async"} {
     test_mode $mode
 
 
 require is_aarch64_target
 
+require {have_compile_flag -mbranch-protection=pac-ret+leaf}
+
 # Build program with address signing forced on.
 standard_testfile
 set compile_flags {debug}