[Bug c++/122945] Undefined reference to constructor of variant alternative with both consteval and runtime alternatives

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Dec 1 23:14:08 GMT 2025


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |GC
           See Also|https://gcc.gnu.org/bugzill |
                   |a/show_bug.cgi?id=104000    |

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Seems GC related because sometimes we get an error othertimes we don't.
Also `--param ggc-min-expand=0 --param ggc-min-heapsize=0` seems to make it ICE
out all the time rather than an error.


More information about the Gcc-bugs mailing list