]> git.ipfire.org Git - people/ms/gcc.git/commit
This patch fixes PR96102. See the explanatory comment in the testcase.
authorPaul Thomas <pault@gcc.gnu.org>
Mon, 10 Aug 2020 05:19:25 +0000 (06:19 +0100)
committerGiuliano Belinassi <giuliano.belinassi@usp.br>
Mon, 17 Aug 2020 18:07:52 +0000 (15:07 -0300)
commite6d42dd6cbf14f5859c0fb8b33a8a61d5906dafe
treeff5d737ab5c5ff74f18433e9a79d3877e6eeb26f
parent03b4e861518e65400524aaaefabb7813aba5fdae
This patch fixes PR96102. See the explanatory comment in the testcase.

2020-08-10  Paul Thomas  <pault@gcc.gnu.org>

gcc/fortran
PR fortran/96102
* resolve.c (check_host_association): Replace the gcc_assert
with an error for internal procedures.

gcc/testsuite/
PR fortran/96102
* gfortran.dg/pr96102.f90: New test.
gcc/fortran/resolve.c
gcc/testsuite/gfortran.dg/pr96102.f90 [new file with mode: 0644]