From 418a84c2577ffce4d2c158f7c5878ff0bc6ba7c7 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Sun, 9 May 1999 19:52:39 +0000 Subject: [PATCH] Correct bug-report address and point to the FAQ From-SVN: r26847 --- gcc/f/ChangeLog | 5 +++++ gcc/f/g77spec.c | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 3977351fd85..b8ac7310884 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,8 @@ +Sun May 9 18:52:13 1999 Hans-Peter Nilsson + + * f/g77spec.c (lang_specific_driver): Correct bug-report address + and point to the FAQ. + Thu May 6 12:40:21 1999 Craig Burley * g77.texi (Arbitrary Concatenation): Put this under diff --git a/gcc/f/g77spec.c b/gcc/f/g77spec.c index f1e85de6fce..4bf318d4399 100644 --- a/gcc/f/g77spec.c +++ b/gcc/f/g77spec.c @@ -1,5 +1,5 @@ /* Specific flags and argument handling of the Fortran front-end. - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 1999 Free Software Foundation, Inc. This file is part of GNU CC. @@ -427,7 +427,8 @@ code-generation methodology, and so on.\n\ 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 .\n"); +Report bugs to .\n\ +See for details.\n"); exit (0); break; #endif -- 2.30.2