From owner-freebsd-bugs Tue Mar 26 23:50:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA04163 for bugs-outgoing; Tue, 26 Mar 1996 23:50:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA04141 Tue, 26 Mar 1996 23:50:01 -0800 (PST) Date: Tue, 26 Mar 1996 23:50:01 -0800 (PST) Message-Id: <199603270750.XAA04141@freefall.freebsd.org> To: freebsd-bugs Cc: From: J Wunsch Subject: Re: gnu/1101: f2c's -krd option in f77 (patch enclosed) Reply-To: J Wunsch Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR gnu/1101; it has been noted by GNATS. From: J Wunsch To: kargl@troutmask.apl.washington.edu Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: gnu/1101: f2c's -krd option in f77 (patch enclosed) Date: Wed, 27 Mar 1996 08:40:45 +0100 (MET) As Steven G. Kargl wrote: > >Fix: > > *** 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. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)