https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94246
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |burnus at gcc dot gnu.org
--- Comment #11 from Tobias Burnus <burnus at gcc dot gnu.org> ---
This issue was solved for GCC 10 = mainline by the following commit.
Note: This commit caused PR94386.
Note: As the commit message did not use the PR <category>/<bugid> syntax, the
commit was not automatically added to the PR :-(
commit r10-7444-g7d57570b0658b8c1b8a97dafa53dfd4ab4bd3f65
Author: Paul Thomas <[email protected]>
Date: Sat Mar 28 19:11:35 2020 +0000
Patch for PR94246
+ PR fortran/94246
+ * arith.c : Remove trailing white space.
+ * expr.c (scalarize_intrinsic_call): Remove the error checking.
+ Make a copy of the expression to be simplified and only replace
+ the original if the simplification succeeds.
+ PR fortran/94348
+ * decl.c (gfc_match_submod_proc): Add result var to the
+ proc's namespace.
[SIC! – the last PR seems to be wrong.]