https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116476
Marek Polacek <mpolacek at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[14/15 regression] error: |[14 Regression] error:
|binding reference of type |binding reference of type
|'int&&' to 'const int' |'int&&' to 'const int'
|discards qualifiers for |discards qualifiers for
|std::vector<field<int>> |std::vector<field<int>>
|f{2}; (OK under Clang and |f{2}; (OK under Clang and
|GCC<=13) |GCC<=13)
--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Fixed on trunk so far.