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 <to...@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))
> 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 <to...@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 <to...@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:to...@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)