https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295
ofee oficsu <oficsu at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oficsu at gmail dot com --- Comment #7 from ofee oficsu <oficsu at gmail dot com> --- I think there is another example of the same bug. This can be pretty common code in C++20: #include <tuple> template<typename... T> using p = std::pair<T...>; auto x = p{int{}, int{}};