[Bug c++/94190] [10 Regression] error: no post-decrement operator for type since r10-7096-gd417b4f5414d9076
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Mar 16 09:44:16 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94190
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Adjusted testcase:
struct S { operator long & (); } b;
template <int N> void foo () { b--; }
void bar () { foo <0> (); }
More information about the Gcc-bugs
mailing list