This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: output of "cc1 --version"
- From: "Manuel López-Ibáñez" <lopezibanez at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 6 Feb 2008 13:57:06 +0100
- Subject: Re: output of "cc1 --version"
- References: <20080206124122.GW17147@prunille.vinc17.org>
On 06/02/2008, Vincent Lefevre <vincent+gcc@vinc17.org> wrote:
> I have here:
>
> Shouldn't it give more information about the GMP and MPFR versions,
> such as the library versions used at runtime?
Those are the library versions used at runtime, aren't they?
> FYI, I use the following code (or similar) in my programs:
See gcc/toplev.c (print_version) for the relevant code in GCC. (It
gives a warning when there is a mismatch between runtime and header
versions, otherwise it just prints the latter).
Cheers,
Manuel.