re PR fortran/36192 (ICE with wrong index types and bad parens)
commitedcc76d5aebb6492ebbfb705b0b7b2c425b804ff
authorSteven G. Kargl <kargl@gcc.gnu.org>
Fri, 30 Oct 2015 16:46:20 +0000 (30 16:46 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Fri, 30 Oct 2015 16:46:20 +0000 (30 16:46 +0000)
tree8a113f828fa743bfa5e1aa1c2a573f4e5311601a
parentdc0f176a1c2142d6814b9b47ed516c9a0b2b9592
re PR fortran/36192 (ICE with wrong index types and bad parens)

2015-10-30  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/36192
* interface.c (get_expr_storage_size):  Check for INTEGER type before
calling gmp routines.

2015-10-30  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/36192
* gfortran.dg/pr36192_1.f90: New test.

From-SVN: r229590
gcc/fortran/ChangeLog
gcc/fortran/interface.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr36192_1.f90 [new file with mode: 0644]