This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: gfortran patch - g77 record markers
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- Cc: bud davis <bdavis9659 at comcast dot net>, fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Tue, 31 May 2005 12:50:19 -0700
- Subject: Re: gfortran patch - g77 record markers
- References: <429BCCC2.9080006@comcast.net> <429CA98E.1080901@physik.uni-muenchen.de>
On Tue, May 31, 2005 at 08:14:38PM +0200, Tobias Schlüter wrote:
> bud davis wrote:
> > two things are not complete; testsuite changes and the info page. I am
> > not sure how to accomplish either of these. i assume we want to run any
> > testsuite files that use unformatted sequential I/O with and without
> > this compile option. request that someone on the list will provide
> > assistance on these two items.
>
> { dg-options "-frecord-mark-g77" }
>
> There's no way that I'm aware of which allows one to cycle through a list of
> options.
See gcc-dg-runtest in lib/gcc-dg.exp, which cycles through a list of
options. There is similar support for objc and obj-c++. Tell me what
you need and I can help you set it up.
Janis