[PING 2][PATCH v2 0/4] Adapt Fortran testsuite for ifort
Kempke, Nils-Christian
nils-christian.kempke@intel.com
Mon Sep 26 14:02:38 GMT 2022
Ping!
Thanks,
Nils
________________________________
From: Gdb-patches <gdb-patches-bounces+nils-christian.kempke=intel.com@sourceware.org> on behalf of Kempke, Nils-Christian via Gdb-patches <gdb-patches@sourceware.org>
Sent: Monday, September 19, 2022 12:18 PM
To: gdb-patches@sourceware.org <gdb-patches@sourceware.org>
Cc: tom@tromey.com <tom@tromey.com>
Subject: Re: [PING][PATCH v2 0/4] Adapt Fortran testsuite for ifort
Ping!
Thanks,
Nils
________________________________
From: Kempke, Nils-Christian <nils-christian.kempke@intel.com>
Sent: Wednesday, August 31, 2022 11:36 AM
To: gdb-patches@sourceware.org <gdb-patches@sourceware.org>
Cc: tom@tromey.com <tom@tromey.com>; Kempke, Nils-Christian <nils-christian.kempke@intel.com>
Subject: [PATCH v2 0/4] Adapt Fortran testsuite for ifort
Hi!
Please find attached v2 of this series.
V1 can be found here:
https://sourceware.org/pipermail/gdb-patches/2022-June/190013.html
V2 incorporates Tom's comment on patch 3/4 here:
https://sourceware.org/pipermail/gdb-patches/2022-August/191606.html
so changes from v1 to v2 only concern patch 3:
* Patch 1: unchanged.
* Patch 2: unchanged.
* Patch 3: Remove fortran_runto_main for the two tests as well as the
first breakpoint setting + hitting and instead use runto to directly
run to the first breakpoint location.
* Patch 4: unchanged.
Tom has approved of Patch 1, 2, and 4 otherwise, but if anyone has a
comment, they are always welcome!
Cheers!
Nils
Nils-Christian Kempke (4):
testsuite, fortran: make mixed-lang-stack less compiler dependent
testsuite, fortran: Remove self assignment non-statements
testsuite, fortran: adapt tests for ifort's 'start' behavior
testsuite, fortran: make kfail gfortran specific
gdb/testsuite/gdb.fortran/array-slices-bad.exp | 13 +++++--------
gdb/testsuite/gdb.fortran/function-calls.exp | 4 +++-
gdb/testsuite/gdb.fortran/library-module-lib.f90 | 2 +-
gdb/testsuite/gdb.fortran/library-module-main.f90 | 2 +-
gdb/testsuite/gdb.fortran/mixed-lang-stack.exp | 9 ++++++++-
gdb/testsuite/gdb.fortran/module.f90 | 11 ++++++-----
gdb/testsuite/gdb.fortran/vla-type.exp | 11 +++--------
7 files changed, 27 insertions(+), 25 deletions(-)
--
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> <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
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