]> git.ipfire.org Git - thirdparty/gcc.git/commit
2018-12-21 Paul Thomas <pault@gcc.gnu.org>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Dec 2018 19:09:42 +0000 (19:09 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Dec 2018 19:09:42 +0000 (19:09 +0000)
commit33b24e28b2aff16989b94f2d0fe1140ad1e4dc41
tree29fd384cdaa022660e4d7fb17905518dce3d8dc9
parent4bb9b9cdbe4131d2bdbbfe8a136385ed0a298c28
2018-12-21  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/87881
* expr.c (find_inquiry_ref): Loop through the inquiry refs in
case there are two of them.
(simplify_ref_chain): Return true after a successful call to
find_inquiry_ref.

2018-12-21  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/87881
* gfortran.dg/inquiry_part_ref_4.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267337 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/inquiry_type_ref_4.f90 [new file with mode: 0644]