[Bug c++/124689] ICE on code pretending to be <meta>
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Mar 30 19:33:54 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124689
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
metafn.gperf already contains description of what the return type should be and
what the argument types should be (and how many), but we've deferred
verification of that because with sane <meta> that will never happen.
But guess we can try to enforce it.
More information about the Gcc-bugs
mailing list