https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125043
Marek Polacek <mpolacek at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mpolacek at gcc dot gnu.org
Last reconfirmed| |2026-04-27
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
Keywords| |ice-on-invalid-code
--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Started with r14-8189:
Author: Patrick Palka <[email protected]>
Date: Wed Jan 17 13:01:01 2024 -0500
c++: address of class NTTP object as targ [PR113242]
invalid_tparm_referent_p was rejecting using the address of a class NTTP
object as a template argument, but this should be fine.