This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/81903] [OOP] problem with ASSOCIATE and class pointer (Invalid character in name at)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81903

Paul Thomas <pault at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pault at gcc dot gnu.org

--- Comment #3 from Paul Thomas <pault at gcc dot gnu.org> ---
Hi Karl and Janus,

I have just noticed that I am responsible for a number of regressions in the
ASSOCIATE construct. I came across your PR in the course of my investigations.
I will attempt to fix it but just note that tehre is a workaround, which
produces correct code.

In Jason's reduced testcase:

s/associate(y => TT)/associate(y => TT(:))/

Cheers

Paul

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]