]> gcc.gnu.org Git - gcc.git/commitdiff
Fix typo.
authorNick Clifton <nickc@cygnus.com>
Mon, 24 Aug 1998 14:21:27 +0000 (14:21 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 24 Aug 1998 14:21:27 +0000 (14:21 +0000)
From-SVN: r21948

gcc/testsuite/gcc.c-torture/ChangeLog
gcc/testsuite/gcc.c-torture/execute/bcp-1.c

index 6c54b51ca5c57c715b83c6908ce02b11b55deb4b..45598b84cda85b159650aef981820370f2a34e06 100644 (file)
@@ -1,3 +1,8 @@
+Mon Aug 24 14:20:32 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * execute/bcp-1.c (main): Fix optimize test loop to count number
+       tests in opt_t0 not good_t0.
+
 Thu Aug 13 00:13:55 1998  Jeffrey A Law  (law@cygnus.com)
 
        * execute/ieee/ieee.exp: Pass -ffloat-store to compiler for
index 629d9c710df44743423baf9dd985841396d092c8..1eafec5beb92f84b5aa8ab5bceaabd068fc6fde6 100644 (file)
@@ -69,7 +69,7 @@ int main()
       abort();
 
 #ifdef __OPTIMIZE__
-  for (i = 0; i < N(good_t0); ++i)
+  for (i = 0; i < N(opt_t0); ++i)
     if (! (*opt_t0[i])())
       abort();
 #endif
This page took 0.071821 seconds and 5 git commands to generate.