This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]: include GMP/MPFR version info in "gcc -v" output


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]