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

--- Comment #5 from Paul Thomas <pault at gcc dot gnu.org> ---
Created attachment 62839
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62839&action=edit
Not quite reduced reproducer

This is as far as I was able to go and need Damian's familiarity with the
remaining modules to generate a minimum reproducer.

The problem is that 'default_real_map_to_input_range' is not being resolved
correctly and, for reasons that I do not see right now, it is being turned into
a subroutine! The kludge that I plonked in trans-expr.cc turns this into a
call, which produces the code:

self->_vptr->default_real_map_to_input_range ((struct
__class_trainable_network_m_Pdttrainable_network_t_4_4_t *) self, &inputs);

Paul

Reply via email to