This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: pr59016
- From: Mikael Morin <mikael dot morin at sfr dot fr>
- To: Evangelos Drikos <drikosev at otenet dot gr>, fortran at gcc dot gnu dot org
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 08 Apr 2015 13:26:16 +0200
- Subject: Re: pr59016
- Authentication-results: sourceware.org; auth=none
- Authentication-results: sfrmc.priv.atos.fr; dkim=none (no signature); dkim-adsp=none (no policy) header dot from=mikael dot morin at sfr dot fr
- References: <D3055C23-8B7E-4DAD-9080-138320656E99 at otenet dot gr> <5522CFEC dot 4070802 at sfr dot fr> <5523CCB0 dot 5090707 at sfr dot fr> <55250310 dot 50201 at sfr dot fr>
Le 08/04/2015 12:29, Mikael Morin a écrit :
> Except that the following ... ahem ... doesn't work.
>
And it doesn't work because gfc_get_ha_symbol doesn't version
host-associated symbols.
So one has to call symbol.c's save_symbol_data by hand. And then, we
can as well keep the original gfc_find_symbol calls.
Evangelos, do you want to propose a patch along those lines?
Mikael