https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111357
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=80396
Summary|__integer_pack fails to |[11/12/13/14 Regression]
|work with values of |__integer_pack fails to
|dependent type convertible |work with values of
|to integers in noexcept |dependent type convertible
|context |to integers in noexcept
| |context
Target Milestone|--- |11.5
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I think this is techincally a regression as the user code is now being
rejected; even though the builtin was only added in GCC 8
(r8-871-gf0c1ade45a74 ).