https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126543
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=125482
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
This is related to Bug 125482 (for invalid dates like Nov 31) but worth a
separate bug because the leap second check is specific to utc_time and requires
a table lookup, not just checking the number of days in the month.