[Bug c++/105565] [10/11/12/13 Regression] constexpr function with bigger integral cause internal compiler error

ppalka at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed May 11 14:35:45 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105565

Patrick Palka <ppalka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ppalka at gcc dot gnu.org

--- Comment #3 from Patrick Palka <ppalka at gcc dot gnu.org> ---
Seems we're hitting a stack overflow due to the excessive recursion, same with
Clang.  Not sure if we can realistically do much about that..


More information about the Gcc-bugs mailing list