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]

Patch for bug-report-address, g77spec.c (FORTRAN)


Maybe this fix is wanted for 1.2.
(I wonder if any g77 bug-reports actually goes to cygnus.org (sic)
because of this typo.)

Sun May  9 18:52:13 1999  Hans-Peter Nilsson  <hp@bitrange.com>

	* f/g77spec.c (lang_specific_driver): Correct bug-report address
	and point to the FAQ.

Index: g77spec.c
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/f/g77spec.c,v
retrieving revision 1.16
diff -p -c -r1.16 g77spec.c
*** g77spec.c	1999/04/12 18:35:43	1.16
--- g77spec.c	1999/05/09 16:52:03
***************
*** 1,5 ****
  /* Specific flags and argument handling of the Fortran front-end.
!    Copyright (C) 1997 Free Software Foundation, Inc.
  
  This file is part of GNU CC.
  
--- 1,5 ----
  /* Specific flags and argument handling of the Fortran front-end.
!    Copyright (C) 1997, 1999 Free Software Foundation, Inc.
  
  This file is part of GNU CC.
  
*************** code-generation methodology, and so on.\
*** 427,433 ****
  For more information on g77 and gcc, type the commands `info -f g77'\n\
  and `info -f gcc' to read the Info documentation.\n\
  \n\
! Report bugs to <egcs-bugs@cygnus.org>.\n");
  	  exit (0);
  	  break;
  #endif
--- 427,434 ----
  For more information on g77 and gcc, type the commands `info -f g77'\n\
  and `info -f gcc' to read the Info documentation.\n\
  \n\
! Report bugs to <egcs-bugs@egcs.cygnus.com>.\n\
! See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.\n");
  	  exit (0);
  	  break;
  #endif

brgds, H-P



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