https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124597
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|tree-optimization |target
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The problem is __builtin_ms_va_end is not marked as nothrow. __builtin_va_end
is marked as nothrow though.
So when I moved the va_end handling it seems like I missed about the throw
part.
So definitely mine.