This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/69009] ICE in instantiate_decl, at cp/pt.c:21511


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

--- Comment #2 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Dropping "volatile" here "solves" the issue:
 template <class T> auto const tuple_size_v<T const volatile> =
tuple_size_v<T>;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]