aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/testsuite/gdb.base/utf8-identifiers.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/utf8-identifiers.exp b/gdb/testsuite/gdb.base/utf8-identifiers.exp
index a6ef80f..48dce3c 100644
--- a/gdb/testsuite/gdb.base/utf8-identifiers.exp
+++ b/gdb/testsuite/gdb.base/utf8-identifiers.exp
@@ -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.