From f20f27e0553b6751c4fa39ce2acb7e0da370ef23 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Mon, 24 Apr 2023 14:48:06 +0200 Subject: [gdb/testsuite] Require GCC >= 5.x.x in gdb.base/utf8-identifiers.exp 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(+) 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. -- cgit v1.1