http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50753
--- Comment #5 from kargl at gcc dot gnu.org 2011-10-30 22:09:50 UTC --- Dang. I transposed numbers in the PR in the ChangeLog. Here's the commit message with the correct PR number. Author: kargl Date: Sun Oct 30 21:59:24 2011 New Revision: 180686 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180686 Log: 2011-10-30 Steven G. Kargl <[email protected]> PR fortran/50753 * check.c (gfc_check_dshift): Update argument checking for BOZ. Update checking SHIFT against BITSIZE of I or J. * intrinsic.texi: Update docs for DSHIFTL and DSHIFTR. 2011-10-30 Steven G. Kargl <[email protected]> PR fortran/50753 * gfortran.dg/dshift_3.f90: New test. Added: trunk/gcc/testsuite/gfortran.dg/dshift_3.f90 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/check.c trunk/gcc/fortran/intrinsic.texi trunk/gcc/testsuite/ChangeLog
