re PR fortran/34549 (cshifting by a real value)
authorThomas Koenig <tkoenig@gcc.gnu.org>
Sat, 22 Dec 2007 17:43:54 +0000 (17:43 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sat, 22 Dec 2007 17:43:54 +0000 (17:43 +0000)
commit62ee27a4694a9dcd8a9470217dd03900ef7c8ba3
tree41607f39362975ca67ecae602468bdef090337fd
parenta507baad28f59b247787b3e5c05e855838182186
re PR fortran/34549 (cshifting by a real value)

2007-12-22  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/34549
* check.c (gfc_check_cshift):  Add check that shift is
type INTEGER.

2007-12-22  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/34549
* cshift_shift_real_1.f90:  New test.

From-SVN: r131136
gcc/fortran/ChangeLog
gcc/fortran/check.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/cshift_shift_real_1.f90 [new file with mode: 0644]