[pushed,4/4,gdb/testsuite] Require GCC >= 5.x.x in gdb.base/utf8-identifiers.exp
Commit Message
Test-case gdb.base/utf8-identifiers.exp compiles starting with GCC 5, so
require this.
Tested on x86_64-linux.
---
gdb/testsuite/gdb.base/utf8-identifiers.exp | 5 +++++
1 file changed, 5 insertions(+)
@@ -21,6 +21,11 @@
load_lib completion-support.exp
+if { [is_c_compiler_gcc] } {
+ # Gcc fully supports fextended-identifiers starting GCC 5.
+ require {expr [gcc_major_version] >= 5}
+}
+
standard_testfile
# Enable basic use of UTF-8. LC_ALL gets reset for each testfile.