This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH]: include GMP/MPFR version info in "gcc -v" output
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: "Kaveh R. GHAZI" <ghazi at caip dot rutgers dot edu>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 17 Feb 2007 20:17:18 +0100 (CET)
- Subject: Re: [PATCH]: include GMP/MPFR version info in "gcc -v" output
- References: <Pine.GSO.4.58.0702171402110.1669@caipclassic.rutgers.edu>
On Sat, 17 Feb 2007, Kaveh R. GHAZI wrote:
> * toplev.c (print_version): Output GMP/MPFR version info.
Excellent idea!
> + static const char fmt3[] =
> + N_("GMP: header file is version <%d.%d.%d>, library is version <%s>\n");
> + static const char fmt4[] =
> + N_("MPFR: header file is version <%d.%d.%d>, library is version <%s>\n");
I recommend omitting "is" in the messages aboves, perhaps also just
write "header" instead of "header file"?
Gerald