[Bug fortran/98890] ICE on reference to module function

2021-02-19 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98890 --- Comment #6 from Jerry DeLisle --- I should have noted in the above case, if we remove the parens on line 5, k = f1 is rejected.

[Bug fortran/98890] ICE on reference to module function

2021-02-19 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98890 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Comment

[Bug fortran/98890] ICE on reference to module function

2021-02-19 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98890 --- Comment #4 from Tobias Burnus --- Related issue but without an ICE: contains integer function f1() !f2 = 1 ! gives an error as expected j = f2! accepted; cast of function addr to integer(kind=4) f1

[Bug fortran/98890] ICE on reference to module function

2021-02-05 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98890 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org Keyw

[Bug fortran/98890] ICE on reference to module function

2021-02-04 Thread dominiq at lps dot ens.fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98890 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/98890] ICE on reference to module function

2021-01-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98890 --- Comment #1 from Jakub Jelinek --- Seems the ICE is quite long, seems before around (+- 25 revisions) r137400 gfortran ICEd in the FE: internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:483 and after that it ICEs in gimple