From owner-freebsd-bugs Thu Mar 28 02:57:22 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA16686 for bugs-outgoing; Thu, 28 Mar 1996 02:57:22 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA16669 for ; Thu, 28 Mar 1996 02:56:35 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id MAA28710 for ; Thu, 28 Mar 1996 12:50:48 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id LAA14488 for freebsd-bugs@freefall.freebsd.org; Thu, 28 Mar 1996 11:50:48 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.4/8.6.9) id JAA23496 for freebsd-bugs@freefall.freebsd.org; Thu, 28 Mar 1996 09:05:10 +0100 (MET) From: J Wunsch Message-Id: <199603280805.JAA23496@uriah.heep.sax.de> Subject: Re: gnu/1101: f2c's -krd option in f77 (patch enclosed) To: freebsd-bugs@freefall.freebsd.org Date: Thu, 28 Mar 1996 09:05:09 +0100 (MET) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199603271520.CAA08504@godzilla.zeta.org.au> from "Bruce Evans" at Mar 28, 96 02:20:59 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Bruce Evans wrote: > > 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. That's with the cc(1) before my commit: j@uriah 353% touch foo.c j@uriah 354% cc -c -kr foo.c j@uriah 355% cc -c -krd foo.c cc: unrecognized option `-krd' j@uriah 356% rm foo* -- 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. ;-)