http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59534
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Note in this fortran testcase: l .or. (is_f5 .and. f5 .ne. 6.5) is already not short-circuit by the definition of the language. Though I don't know if the reduction part for OMP can be done by not short-circuiting though.