Updated g77 version message.

Toon Moene toon@moene.indiv.nluug.nl
Mon Aug 7 14:20:00 GMT 2000


L.S.,

g77's version message was rather incomprehensible, except for those
knowledgable about the complete gcc -> egcs -> gcc transitions.

So I decided to update it:

$ diff -rcp2N g77spec.c.orig g77spec.c
*** g77spec.c.orig      Thu Aug  3 20:07:42 2000
--- g77spec.c   Mon Aug  7 23:11:30 2000
*************** lang_specific_driver (in_argc, in_argv, 
*** 365,369 ****
        case OPTION_v:
          if (! verbose)
!           fprintf (stderr, "g77 version %s (from FSF-g77 version
%s)\n",
                     version_string, ffe_version_string);
          verbose = 1;
--- 365,369 ----
        case OPTION_v:
          if (! verbose)
!           fprintf (stderr, "g77 version %s (Fortran Frontend version
%s)\n",
                     version_string, ffe_version_string);
          verbose = 1;

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


More information about the Gcc-patches mailing list