------- Comment #11 from burnus at gcc dot gnu dot org 2009-10-02 11:58 ------- (In reply to comment #8) > Thanks for fixing the bug 41515. Where can I find a Linux binary > of gfortran revision 152379, and how can I find out the revision > number without downloading and installing a gfortran binary?
Depends where you download the binary from. For my x86-64 builds, one can find it in the file name (click on "Download page." or go directly to http://users.physik.fu-berlin.de/~tburnus/gcc-trunk/ ) Otherwise, looking at the file modification date is usually a good indication. Example for the i386-linux build on http://gcc.gnu.org/wiki/GFortranBinaries $ curl -I http://quatramaran.ens.fr/~coudert/gfortran/gfortran-4.5-linux-i686.tar.gz [...] Last-Modified: Thu, 01 Oct 2009 20:21:58 GMT It also depends on the packager whether (s)he has only the latest 4.5-experimental "trunk" packages or also 4.4- and 4.3-branch builds - or whether the build also includes C++ or has Graphite and/or MPC enabled. (I have both, 4.4 and 4.3, with MPC and Graphite enabled for x86-64-linux; disadvantage of those x86-64-linux builds is that one needs recent enough GLIBC and binutils.) If you have a recent enough GMP and MPFR, building GCC is also not difficult, cf. bottom of http://gcc.gnu.org/wiki/GFortranBinaries). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41515