re PR fortran/62142 (internal compiler error: Segmentation fault (X = X - L*floor...
authorThomas Koenig <tkoenig@gcc.gnu.org>
Fri, 15 Aug 2014 21:19:33 +0000 (21:19 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Fri, 15 Aug 2014 21:19:33 +0000 (21:19 +0000)
commit5b33845084ba98bc0bc87c7220254b3ab4999ed5
treeb8b72935d966803ea53ec8959acb59f44210a5ad
parent33cb682bcea5e450ea4c19f99dd07cda04e0ada7
re PR fortran/62142 (internal compiler error: Segmentation fault (X = X - L*floor(X/L)))

2014-08-15  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/62142
* trans-expr.c (is_runtime_conformable):  Add NULL pointer checks.

2014-08-15  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/62142
* gfortran.dg/realloc_on_assign_24.f90:  New test.

From-SVN: r214043
gcc/fortran/ChangeLog
gcc/fortran/trans-expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/realloc_on_assign_24.f90 [new file with mode: 0644]