[Patch, fortran] PR 37131, inline matmul

Thomas Schwinge thomas@codesourcery.com
Wed Jul 15 14:13:00 GMT 2015


Hi!

On Wed, 15 Jul 2015 13:44:38 +0200, Mikael Morin <mikael.morin@sfr.fr> wrote:
> Le 13/07/2015 21:54, Thomas Schwinge a écrit :
> > Original situation; _gfortran_runtime_error is not being properly
> > declared (invoked via gcc/fortran/frontend-passes.c:runtime_error_ne),
> > but, for example, _gfortran_error_runtime_at is being properly declared
> > (invoked from elsewhere):
> 
> normal (non-frontend-generated) code does through a 'resolution' step
> which after some checks may resolve procedure names to intrinsic
> procedure symbols (user procedure with same name as an intrinsic are
> allowed).
> So maybe what you miss is such a resolution step.
> Does it work if you add
>   resolve_block_construct (*c);
> at the end of inline_matmul_assign?

Hmm, that doesn't seem to work, or I've done it wrongly.  Any other
ideas?


Grüße,
 Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 472 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20150715/41d54fcb/attachment.sig>


More information about the Gcc-patches mailing list