https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118743
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|non-64bit integer arguments |non-64bit integer arguments |that pass on stack should |that pass on stack should |use store to the full stack |use store to the full stack |location instead of just |slotinstead of just the |the "defined" parts |"defined" parts --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Note I tried clang/LLVM and MSVC both do exactly the same as GCC here ...