------- Comment #4 from jakub at gcc dot gnu dot org 2006-05-12 11:27 ------- -fbounds-check is completely useless option, it is so buggy that you can't use it for anything real. E.g. it doesn't handle assumed size or allocatable arrays. Try running make check-gfortran RUNTESTFLAGS="--target_board unix/-fbounds-check" and you'll see a half of the tests fail.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27446