[Bug c++/123104] wrongly reported code line for a compiler error
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Dec 12 22:06:50 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123104
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Last reconfirmed| |2025-12-12
Status|UNCONFIRMED |NEW
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed. The C++ front-end seems to have cached the
`decltype(std::declval<T>()[0])` between the 2 instance.
More information about the Gcc-bugs
mailing list