re PR fortran/63514 (functions containing volatile are considered pure)
commit598dc594fa743db13fae4a884e33079a06de07e2
authorSteven G. Kargl <kargl@gcc.gnu.org>
Sat, 9 Jun 2018 15:33:28 +0000 (9 15:33 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Sat, 9 Jun 2018 15:33:28 +0000 (9 15:33 +0000)
tree5c2a866c63fed50de846dfdcd2665df720745fc7
parent1ae28fc34c1f1baada3e40e613bce904fd283203
re PR fortran/63514 (functions containing volatile are considered pure)

2018-06-09  Steven G. Kargl  <kargl@gcc.gnu.org>

 PR fortran/63514
 * symbol.c (gfc_add_volatile): Enforce F2008:C1282 and F2018:C1588.

2018-06-09  Steven G. Kargl  <kargl@gcc.gnu.org>

 PR fortran/63514
 * gfortran.dg/pr63514.f90: New test.

From-SVN: r261360
gcc/fortran/ChangeLog
gcc/fortran/symbol.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr63514.f90 [new file with mode: 0644]