This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH V4 3/3] 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 11:28:41 +0100
- Subject: Re: [PATCH V4 3/3] fortran: Testsuite, fix different type naming across compilers.
- Authentication-results: sourceware.org; auth=none
- References: <1460974046-1281-1-git-send-email-bernhard dot heckel at intel dot com> <1460974046-1281-4-git-send-email-bernhard dot heckel at intel dot com>
Bernhard Heckel <bernhard.heckel@intel.com> writes:
> * lib/fortran.exp: Add type definition for gfortran and ifort compiler.
the proc names should be mentioned in the last entry,
* lib/fortran.exp (fortran_int4): New procedure.
(fortran_real4, fortran_real8, fortran_complex4): Likewise.
(fortran_logical4): Likewise.
Otherwise, patch is good to me.
--
Yao (éå)