[Bug fortran/101918] LTO type mismatches for runtime library functions in mixed -fdefault-real-8 projects

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Aug 16 09:15:11 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101918

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Now I wonder, since libgfortran doesn't change itself, why the fortran FE does
not properly change _gfortran_pack to resolve to _gfortran_pack_r8?  IIRC there
was a related PR requesting those -fdefault-* flags to simply reflect into the
AST of the current TU and IIRC that was done - but maybe handling of intrinsics
is missing?


More information about the Gcc-bugs mailing list