This is the mail archive of the gcc-bugs@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]

bogus test in gcc testsuite


gcc.c-torture/execute/930603-1.c seems to contain a typo:

--- gcc/testsuite/gcc.c-torture/execute/930603-1.c.org	Mon Mar 22 23:21:45 1999
+++ gcc/testsuite/gcc.c-torture/execute/930603-1.c	Mon Mar 22 23:24:17 1999
@@ -12,7 +12,7 @@
   f ();
   b = fx (c) + a;
   f ();
-  if (a != 3.0 || b < 4.3257 || b > 4.3258 || c != 4.0)
+  if (a != 3.0 || b < 1.3257 || b > 1.3258 || c != 4.0)
     abort ();
   exit (0);
 }


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