https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88713
Thomas Koenig <tkoenig at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koenigni at gcc dot gnu.org --- Comment #16 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- (In reply to Richard Biener from comment #15) > So can the fortran FE inline the _gfortran_internal_pack() call? It looks > like > flang manages to elide this when inlining the function at least? In principle, this could be done. I guess it would be a good idea to create a test case first which would emulate what inlining pack would do.