X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg77.f-torture%2Fexecute%2F19990826-0.f;fp=gcc%2Ftestsuite%2Fg77.f-torture%2Fexecute%2F19990826-0.f;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=975efdce61efa716bec4cc3832c396e931463563;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g77.f-torture/execute/19990826-0.f b/gcc/testsuite/g77.f-torture/execute/19990826-0.f deleted file mode 100644 index 975efdce..00000000 --- a/gcc/testsuite/g77.f-torture/execute/19990826-0.f +++ /dev/null @@ -1,19 +0,0 @@ -* From: niles@fan745.gsfc.nasa.gov -* To: fortran@gnu.org -* Cc: niles@fan745.gsfc.nasa.gov -* Subject: problem with DNINT() on Linux/Alpha. -* Date: Sun, 06 Jun 1999 16:39:35 -0400 -* X-UIDL: 6aa9208d7bda8b6182a095dfd37016b7 - - IF (DNINT(0.0D0) .NE. 0.) CALL ABORT - STOP - END - -* Result on Linux/i386: " 0." (and every other computer!) -* Result on Linux/alpha: " 3.6028797E+16" - -* It seems to work fine if I change it to the generic NINT(). Probably -* a name pollution problem in the new C library, but it seems bad. no? - -* Thanks, -* Rick Niles.