This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH V3 2/2] fortran: Testsuite, fix different type naming across compilers.
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: Bernhard Heckel <bernhard dot heckel at intel dot com>
- Cc: qiyaoltc at gmail dot com, gdb-patches at sourceware dot org, brobecker at adacore dot com
- Date: Mon, 18 Apr 2016 10:30:54 +0100
- Subject: Re: [PATCH V3 2/2] fortran: Testsuite, fix different type naming across compilers.
- Authentication-results: sourceware.org; auth=none
- References: <1460965429-5005-1-git-send-email-bernhard dot heckel at intel dot com> <1460965429-5005-3-git-send-email-bernhard dot heckel at intel dot com>
Bernhard Heckel <bernhard.heckel@intel.com> writes:
> gdb/testsuite/Changelog:
> * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
> * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
> * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
> * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
> * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
> * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
> * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
> * lib/fortran.exp: Add type definition for gfortran and ifort compiler.
Please mention these new added procs in lib/fortran.exp. Otherwise,
patch is good to me.
--
Yao (éå)