https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125515
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot
gnu.org
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
Last reconfirmed| |2026-05-31
--- Comment #1 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Here is a list of pending fixes to bugs identified.
1) wrong-code for implied-do with allocatable-component DT and
transformational intrinsic
2) ALLOCATE of parameterized derived-type array initializes only first element
3) CPP stringify emits \" for double-quotes in Fortran mode
4) DO CONCURRENT wrong-code when ASSOCIATE body uses shadow iterators
5) inferred-type ASSOCIATE data-component access shadowed by TBP
6) ASSOCIATE with contained-function selector and type-bound calls
7) ICE in check_default_none_expr for DO CONCURRENT with ASSOCIATE
8) ASSOCIATE selectors with type-bound UDO expressions
9) ICE with procedure pointer declared in BLOCK
10) wrong generic resolution when actual argument is a procedure pointer
11) submodule host association for parent module internal procedures
I have tested patches for each of these.