[Bug fortran/114141] ASSOCIATE and complex part ref when associate target is a function
jvdelisle at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 28 02:21:41 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114141
--- Comment #2 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
It looks like the 'selector' in this case is an expr.
The expr must be a pointer object or a 'designator'
A designator must be:
R901
designator
object-name
array-element
array-section
coindexed-named-object
complex-part-designator
structure-component
substring
I am not seeing the expr in the example as one of these listed. ???
More information about the Gcc-bugs
mailing list