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/65548] [5 Regression] gfc_conv_procedure_call


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

--- Comment #10 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> No, I still get an ICE on a slightly different code, will provide
> a small example later on,

Still missing. At the same time could you please audit your code for other
usages of
allocate (..., source=...) or allocate (..., mold=...) in order to avoid an
infinite cycle FIXED->REOPENED-FIXED_>...?

> but the code looks like this:
> allocate (phs%m_in  (phs%config%n_in), &
>     source = phs_config%flv(:phs_config%n_in, 1)%get_mass ())
> so the problem might be the call to a TBP of a derived type component
> which is an array, where only some components are taken (?)


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