This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Fortran and testsuite


Peter Schmid wrote:

> Would you mind adding the following files to the Fortran regression testsuite,
> so that these errors do slip through the cracks again.

I've done this - to the trunk.

> Additionally, since recent g77 compilers on the mainline do compile
> g77.f-torture/compile/20000629-1.f without problems, could you please remove
> the file gcc/testsuite/g77.f-torture/compile/20000629-1.x.

Done.

> 2001-03-17  Toon Moene  <toon@moene.indiv.nluug.nl>
> 
>         * g77.f-torture/compile/20010317-[12].f: Two new tests;
>         regressions from 2.95.x.
> 
> g77.f-torture/compile/20010317-1.f:
>       function f(c)
>       implicit none
>       real*8 c, f
>       f = sqrt(c)
>       return
>       end
> 
> g77.f-torture/compile/20010317-2.f:
>       print*,cos(1.0)
>       end

Committed as:

2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>

        * g77.f-torture/compile/20010426.f: New test.
        * g77.f-torture/execute/20010426.f: New test.
	 
g77.f-torture/compile/20010426.f:
      function f(c)
      implicit none
      real*8 c, f
      f = sqrt(c)
      return
      end

g77.f-torture/execute/20010426.f:
      print*,cos(1.0)
      end

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]