public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Fortran and testsuite
@ 2001-04-25 12:34 Peter Schmid
  2001-04-26 14:17 ` Toon Moene
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Schmid @ 2001-04-25 12:34 UTC (permalink / raw)
  To: gcc; +Cc: toon

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

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.

Thank you,

Peter Schmid


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


XPASS: g77.f-torture/compile/20000629-1.f,  -O3 -fomit-frame-pointer -funroll-loops  
XPASS: g77.f-torture/compile/20000629-1.f,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  
Running /home/peter/egcs/gcc/gcc/testsuite/g77.f-torture/execute/execute.exp ...
Running /home/peter/egcs/gcc/gcc/testsuite/g77.f-torture/noncompile/noncompile.exp ...

		=== g77 Summary ===

# of expected passes		939
# of unexpected successes	2
/home/peter/egcs/build/gcc/g77 g77 version 3.1 20010424 (experimental) (Fortran Frontend version 0.5.27 20010424 (experimental))

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fortran and testsuite
  2001-04-25 12:34 Fortran and testsuite Peter Schmid
@ 2001-04-26 14:17 ` Toon Moene
  0 siblings, 0 replies; 2+ messages in thread
From: Toon Moene @ 2001-04-26 14:17 UTC (permalink / raw)
  To: Peter Schmid; +Cc: gcc

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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-04-26 14:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-25 12:34 Fortran and testsuite Peter Schmid
2001-04-26 14:17 ` Toon Moene

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).