commit | ca2f51c6960d65c2d3adbc4095aa8a9d02759376 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Tue Feb 07 11:41:44 2023 +0100 |
committer | Tom de Vries <tdevries@suse.de> | Tue Feb 07 11:41:44 2023 +0100 |
tree | 4f65408bba1cc3dc258defbda204a60e79ae37a7 | |
parent | e7a881b9d49f16bd901dba53006c48a8bfd115df [diff] |
[gdb/testsuite] Improve untested message in gdb.ada/finish-var-size.exp I came across: ... UNTESTED: gdb.ada/finish-var-size.exp: GCC too told for this test ... The message only tells us that the compiler version too old, not what compiler version is required. Fix this by rewriting using required: ... UNSUPPORTED: gdb.ada/finish-var-size.exp: require failed: \ expr [gcc_major_version] >= 12 ... Tested on x86_64-linux.