]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/86045 (ICE in reduce_binary_ac, at fortran/arith.c:1308)
authorSteven G. Kargl <kargl@gcc.gnu.org>
Thu, 7 Jun 2018 18:39:30 +0000 (18:39 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Thu, 7 Jun 2018 18:39:30 +0000 (18:39 +0000)
commit0ce75deef3c58dfa5778dc672dfecca167d2d0e1
tree030fb2d6d9ca9fb5674940d31b5ed3df81525fd3
parent07b2e04ccdfbb9eabc5a9962bdedf572a26d3c8a
re PR fortran/86045 (ICE in reduce_binary_ac, at fortran/arith.c:1308)

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

PR fortran/86045
Backport from trunk.
* simplify.c (gfc_simplify_mod): Re-arrange code to test whether
'P' is zero and issue an error if it is.

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

PR fortran/86045
Backport from trunk.
* gfortran.dg/pr86045.f90: New test.

From-SVN: r261291
gcc/fortran/ChangeLog
gcc/fortran/simplify.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr86045.f90 [new file with mode: 0644]