From owner-freebsd-bugs Wed Mar 27 07:25:46 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA02993 for bugs-outgoing; Wed, 27 Mar 1996 07:25:46 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA02982 for ; Wed, 27 Mar 1996 07:25:30 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id CAA08504; Thu, 28 Mar 1996 02:20:59 +1100 Date: Thu, 28 Mar 1996 02:20:59 +1100 From: Bruce Evans Message-Id: <199603271520.CAA08504@godzilla.zeta.org.au> To: freebsd-bugs@freefall.freebsd.org, j@uriah.heep.sax.de Subject: Re: gnu/1101: f2c's -krd option in f77 (patch enclosed) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > *** gcc.c.orig Tue Mar 26 15:59:42 1996 > > --- gcc.c Tue Mar 26 16:00:24 1996 > > *************** > > *** 720,726 **** > > {"@f2c", > > "f2c %{checksubscripts:-C} %{I2} %{onetrip} %{honorcase:-U} %{u} %{w}\ > > %{ANSIC:-A} %{a} %{C++}\ > > ! %{c} %{E} %{ec} %{ext} %{f} %{72} %{g} %{h} %{i2} %{kr}\ > ... > > ! %{c} %{E} %{ec} %{ext} %{f} %{72} %{g} %{h} %{i2} %{kr} %{krd}\ > > The only problem i've got with this kind of specs is that cc(1) now > does also recognize -kr and -krd as valid options, even for C sources > where it shouldn't. However, since this was also present before your > patch, i'll commit it this way. The f2c part of the spec only applies to f2c. I thought that the f2c part of the spec was made redundant by f77. I hoped to delete it for the next import of gcc. However, f77 depends on gcc doing most of the spec handling. Bruce