[Bug fortran/90198] internal compiler error: in convert_move, at expr.c:229

2019-04-22 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90198 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/90198] internal compiler error: in convert_move, at expr.c:229

2019-04-22 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90198 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4 Status|UNCONFIRMED

[Bug fortran/90198] internal compiler error: in convert_move, at expr.c:229

2019-04-21 Thread g.granda at irya dot unam.mx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90198 --- Comment #3 from guido --- Hello Kargl, Thank you a lot! The problem was that I was calling the heat_function_field incorrectly. I forgot to put the "()" and the error message wasn't that helpful. Therefore this is not a bug at all. Cheers,

[Bug fortran/90198] internal compiler error: in convert_move, at expr.c:229

2019-04-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90198 --- Comment #2 from kargl at gcc dot gnu.org --- Reduced testcase. program test implicit none contains real function foo(temp) real, intent(in) :: temp foo=bah()*(2) end function foo real function ba

[Bug fortran/90198] internal compiler error: in convert_move, at expr.c:229

2019-04-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90198 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C