re PR fortran/82184 (187.facerec in SPEC CPU 2000 miscompares)
authorPaul Thomas <pault@gcc.gnu.org>
Fri, 15 Sep 2017 07:26:14 +0000 (07:26 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Fri, 15 Sep 2017 07:26:14 +0000 (07:26 +0000)
commit22d07ec27814fd83ef9a06c6d69e1095839c9fce
treeb35a948f728e4b919d3c6d6417522b421d17b853
parentb6ab6ef81c11e2353f7ef7b771e4aca774f1be68
re PR fortran/82184 (187.facerec in SPEC CPU 2000 miscompares)

2017-09-15  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/82184
trans-decl.c (gfc_trans_deferred_vars): Do not null the 'span'
field if the symbol is either implicitly or explicitly saved.

2017-09-15  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/82184
* gfortran.dg/pointer_array_9.f90: New test.

From-SVN: r252781
gcc/fortran/ChangeLog
gcc/fortran/trans-decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pointer_array_9.f90 [new file with mode: 0644]