This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug fortran/27446] ICE on OpenMP array REDUCTION clause



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]