https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84661
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Slightly cleaned up testcase, so that it isn't that invalid: struct S { int &a; void foo (decltype(((a = 0) || ((auto))))); };