Date: Tue, 26 Mar 1996 23:50:01 -0800 (PST) From: J Wunsch <j@uriah.heep.sax.de> To: freebsd-bugs Subject: Re: gnu/1101: f2c's -krd option in f77 (patch enclosed) Message-ID: <199603270750.XAA04141@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR gnu/1101; it has been noted by GNATS. From: J Wunsch <j@uriah.heep.sax.de> 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. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603270750.XAA04141>