diff options
Diffstat (limited to 'gdb/testsuite/gdb.ada/enum_idx_packed.exp')
-rw-r--r-- | gdb/testsuite/gdb.ada/enum_idx_packed.exp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.ada/enum_idx_packed.exp b/gdb/testsuite/gdb.ada/enum_idx_packed.exp index 2e5a85e..f32c488 100644 --- a/gdb/testsuite/gdb.ada/enum_idx_packed.exp +++ b/gdb/testsuite/gdb.ada/enum_idx_packed.exp @@ -28,8 +28,9 @@ foreach_with_prefix scenario {all minimal} { clean_restart ${testfile} - # GNAT >= 11.0 has the needed fix here. - if {$scenario == "minimal" && ![test_compiler_info {gcc-1[1-9]-*}]} { + # GNAT 9 and 10 are known to fail. + if {$scenario == "minimal" && ([test_compiler_info {gcc-9-*}] \ + || [test_compiler_info {gcc-10-*}])} { set old_compiler 1 } else { set old_compiler 0 |