[Bug fortran/64678] Expected association error on dependent associate statements

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Tue Jan 20 02:11:00 GMT 2015


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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-01-20
     Ever confirmed|0                           |1

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
I am not sure to understand the standard legaleses, but

 associate(A=>TT)
 associate(B=>A%map)
 end associate
 end associate

is accepted.



More information about the Gcc-bugs mailing list