[Bug fortran/109788] [14 Regression] gcc/hwint.h:293:61: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int since r14-377-gc92b8be9b52b7e
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed May 10 11:23:45 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109788
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
What remains is some Fortran FE change. The function seems to be called with 6
arguments that the runtime actually expects, so there is some chance that it
works, but
some of the arguments have incompatible types (integer(kind=8) vs.
GFC_INTEGER_4) and the FUNCTION_TYPE contains just 5 arguments rather than 6.
More information about the Gcc-bugs
mailing list