"\\(packed_array_assign_w => 23," \
"packed_array_assign_x => 7," \
"packed_array_assign_y => 1\\)\\)"]
+
+# GNAT >= 12.0 has the needed fix here.
+set zeros_expected [expr {![test_compiler_info {gcc-1[2-9]-*}]}]
+set all_zeros \
+ [string_to_regexp "((packed_array_assign_w => 0, packed_array_assign_x => 0, packed_array_assign_y => 0), (packed_array_assign_w => 0, packed_array_assign_x => 0, packed_array_assign_y => 0), (packed_array_assign_w => 0, packed_array_assign_x => 0, packed_array_assign_y => 0))"]
+
set re [join $re]
gdb_test_multiple $cmd "value of pra" {
-re -wrap $re {
-re -wrap $kfail_int128support_re {
kfail gdb/20991 $gdb_test_name
}
+ -re -wrap $all_zeros {
+ if {$zeros_expected} {
+ setup_kfail "GCC 12 needed" *-*-*
+ }
+ fail $gdb_test_name
+ }
}
set cmd "print pra(1) := pr"