Date: Tue, 31 Aug 1999 08:52:59 +0200 From: Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE> To: steve@FreeBSD.ORG Cc: dima@server.ru, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/12431: f2c works incorrectly with arguments of subroutine with multiple entry points Message-ID: <19990831085259.A92923@gil.physik.rwth-aachen.de> In-Reply-To: <199908292017.NAA22019@freefall.freebsd.org>; from steve@FreeBSD.ORG on Sun, Aug 29, 1999 at 01:17:36PM -0700 References: <199908292017.NAA22019@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 29, 1999 at 01:17:36PM -0700, steve@FreeBSD.ORG wrote: > Synopsis: f2c works incorrectly with arguments of subroutine with multiple entry points > > State-Changed-From-To: open->closed > State-Changed-By: steve > State-Changed-When: Sun Aug 29 13:16:35 PDT 1999 > State-Changed-Why: > I didn't hear any arguments to Steven Kargl claim that this program relied > on undefined behavior. The program example in the bug report violates the f77 standard ANSI X3.9-1978 FORTRAN 77: Paragraph 15.7.4 ENTRY Statement Restrictions. Page 15-13 lines 45 to 50. "If a dummy argument appears in an executable statement, the execution of the executable statement is permitted during 45 the execution of a reference to the function or subroutine only if the dummy argument appears in the dummy argument list of the procedure name referenced. Note that the association of dummy arguments with actual arguments is bot retained between references to a function or subroutine." 50 The PR should be closed (if not already). > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990831085259.A92923>