re PR fortran/69455 ([F08] Assembler error(s) when using intrinsic modules in two...
authorSteven G. Kargl <kargl@gcc.gnu.org>
Fri, 18 Oct 2019 17:27:06 +0000 (17:27 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Fri, 18 Oct 2019 17:27:06 +0000 (17:27 +0000)
commitb941459c5f0931937fe18cb25bdd608a3933ec20
treeb4453e7f56b6f0a2c4e0f7e76f6ee722c3a79ae9
parent9e0d2031c32b748eaf3ea89082c0f8658edcbf82
re PR fortran/69455 ([F08] Assembler error(s) when using intrinsic modules in two BLOCK)

2019-10-18  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/69455
* trans-decl.c (generate_local_decl): Avoid misconstructed
intrinsic modules in a BLOCK construct.

2019-10-18  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/69455
* gfortran.dg/pr69455_1.f90: New test.
* gfortran.dg/pr69455_2.f90: Ditto.

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