One more comment update
authorTobias Schlüter <tobi@gcc.gnu.org>
Thu, 3 Jun 2004 22:01:10 +0000 (00:01 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Thu, 3 Jun 2004 22:01:10 +0000 (00:01 +0200)
From-SVN: r82605

gcc/fortran/trans-array.c

index c1defa4..e83a45d 100644 (file)
@@ -955,7 +955,7 @@ gfc_trans_array_constructor (gfc_loopinfo * loop, gfc_ss * ss)
   else
     assert (INTEGER_CST_P (offset));
 #if 0
-  /* Disable bound checking for now cause it's probably broken.  */
+  /* Disable bound checking for now because it's probably broken.  */
   if (flag_bounds_check)
     {
       abort ();
@@ -2307,7 +2307,7 @@ gfc_conv_loop_setup (gfc_loopinfo * loop)
            {
            case GFC_SS_CONSTRUCTOR:
              assert (info->dimen == 1);
-             assert (loop->to[n]);
+             assert (loop->to[n]);
              break;
 
            case GFC_SS_SECTION: