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]

Fortran and testsuite


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))


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