https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90198
Dominique d'Humieres changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90198
Dominique d'Humieres changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIRMED
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,
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
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