[Bug c++/92169] crash on referring to a local class member by unqualified name from outside the enclosing function
richard-gccbugzilla at metafoo dot co.uk
gcc-bugzilla@gcc.gnu.org
Fri Jan 31 00:49:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92169
--- Comment #4 from Richard Smith <richard-gccbugzilla at metafoo dot co.uk> ---
Aha! godbolt.org implicitly adds -g to its command line. Try that; that causes
a crash for this testcase for me with GCC 9.2.1.
More information about the Gcc-bugs
mailing list