https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101043
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=98333 --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #2) > The ICE moved in GCC 11+: > <source>: In instantiation of 'void intersect(const set<T>&, const set<T>&) > [with T = int]': > <source>:19:12: required from here > <source>:9:12: internal compiler error: in strip_typedefs_expr, at > cp/tree.c:1864 Maybe the patch for PR 98333 changed where the ICE is ...