Hi José,
On 10.04.21 18:58, José Rui Faustino de Sousa via Fortran wrote:
Proposed patch to PR100018 - ICE on missing polymorphic argument.
Patch tested only on x86_64-pc-linux-gnu.
LGTM – Thanks for the patch. Two nits:
If you don't want to rely on the author field of git and specify an
extra line, you need a '0' for the moth in the date (-04- instead of -4-).
And you need an additional single-line summary for git – which should be
part of the patch submission.
Tobias
Add association check before de-referencing pointer in order to avoid
ICE.
Thank you very much.
Best regards,
José Rui
2021-4-10 José Rui Faustino de Sousa <jrfso...@gmail.com>
gcc/fortran/ChangeLog:
PR fortran/100018
* resolve.c: Add association check before de-referencing
pointer.
gcc/testsuite/ChangeLog:
PR fortran/100018
* gfortran.dg/PR10018.f90: New test.