This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
catches the error, but if I put y(1:len(trim(y))) as the first item, it does not:
[karma] f90/bug% diff bounds_check_10_db_1.f90 bounds_check_10_db.f90 12c12 < z = [trim(x), y(1:len(trim(y))), y(1:len(trim(x)))] ! should catch first error ---z = [y(1:len(trim(y))), trim(x), y(1:len(trim(x)))] ! should catch first error[karma] f90/bug% gfc -fbounds-check bounds_check_10_db.f90
[karma] f90/bug% a.out
[karma] f90/bug%
Am I alone to see that? If not, any idea about the reason?
Cheers, - Tobi
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |