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]

Two new Fortran compile failures


L.S.,

I just tried to add the following (compile time) failures to the Fortran
test suites:

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

However, my ISP (UUNET, of all places) seems to have screwed up their IP
routing (I can cvs `add' the new files, but not `commit' them - the
commit hangs until it aborts due to time-out on `read'ing the response
from gcc.gnu.org).

I hope someone else can commit these.

TIA,

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