[PATCH v2 06/16] gdb/testsuite: rename intel next gen c/cpp compilers
Andrew Burgess
aburgess@redhat.com
Tue May 31 14:47:09 GMT 2022
Nils-Christian Kempke via Gdb-patches <gdb-patches@sourceware.org>
writes:
> The name for icx and icpx in the testsuite was earlier set to 'intel-*'
> by the compiler identification. This commit changes this to 'icx-*'.
>
> Note, that currently these names are not used within the testsuite so no
> tests have to be adapted here.
LGTM.
Thanks,
Andrew
> ---
> gdb/testsuite/lib/compiler.c | 2 +-
> gdb/testsuite/lib/compiler.cc | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gdb/testsuite/lib/compiler.c b/gdb/testsuite/lib/compiler.c
> index 451cae3831..86140f8c0e 100644
> --- a/gdb/testsuite/lib/compiler.c
> +++ b/gdb/testsuite/lib/compiler.c
> @@ -75,5 +75,5 @@ set total_length [string length __clang_version__]
> set version_start_index [string last "(" __clang_version__]
> set version_string [string range __clang_version__ $version_start_index+5 $total_length-2]
> set version_updated_string [string map {. -} $version_string]
> -set compiler_info "intel-$version_updated_string"
> +set compiler_info "icx-$version_updated_string"
> #endif
> diff --git a/gdb/testsuite/lib/compiler.cc b/gdb/testsuite/lib/compiler.cc
> index 1dfefee057..a52e81c2e3 100755
> --- a/gdb/testsuite/lib/compiler.cc
> +++ b/gdb/testsuite/lib/compiler.cc
> @@ -63,5 +63,5 @@ set total_length [string length __clang_version__]
> set version_start_index [string last "(" __clang_version__]
> set version_string [string range __clang_version__ $version_start_index+5 $total_length-2]
> set version_updated_string [string map {. -} $version_string]
> -set compiler_info "intel-$version_updated_string"
> +set compiler_info "icx-$version_updated_string"
> #endif
> --
> 2.25.1
>
> Intel Deutschland GmbH
> Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
> Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
> Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva
> Chairperson of the Supervisory Board: Nicole Lau
> Registered Office: Munich
> Commercial Register: Amtsgericht Muenchen HRB 186928
More information about the Gdb-patches
mailing list