]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g77.f-torture/execute/19990826-0.f
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g77.f-torture / execute / 19990826-0.f
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 (file)
index 975efdc..0000000
+++ /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.