diff options
| author | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-03 22:01:10 +0000 |
|---|---|---|
| committer | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-03 22:01:10 +0000 |
| commit | 634d0ad8bcec7f47c35e5b41cfd055d0ee2f757f (patch) | |
| tree | 9aed6eeaabe1dc993a7f58cc35dcbe5c7fdbb9cf /gcc/fortran/trans-array.c | |
| parent | 150fb0902035a45586e54f9de72532f317b710a0 (diff) | |
| download | ppe42-gcc-634d0ad8bcec7f47c35e5b41cfd055d0ee2f757f.tar.gz ppe42-gcc-634d0ad8bcec7f47c35e5b41cfd055d0ee2f757f.zip | |
One more comment update
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82605 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/trans-array.c')
| -rw-r--r-- | gcc/fortran/trans-array.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/trans-array.c b/gcc/fortran/trans-array.c index c1defa4e8f2..e83a45d030f 100644 --- a/gcc/fortran/trans-array.c +++ b/gcc/fortran/trans-array.c @@ -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: |

