[Bug c++/82930] [C++17] ICE: in is_normal_capture_proxy, at cp/lambda.c:288 with structured binding in a lambda function with auto typed arguments
vanslyke.t at husky dot neu.edu
gcc-bugzilla@gcc.gnu.org
Wed Feb 7 04:43:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82930
Timothy VanSlyke <vanslyke.t at husky dot neu.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vanslyke.t at husky dot neu.edu
--- Comment #2 from Timothy VanSlyke <vanslyke.t at husky dot neu.edu> ---
Created attachment 43351
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43351&action=edit
Minimum example of the bug
Just ran across this as well. Attached the minimum possible example I could
reduce it to [6 lines, only three of which have semicolons :)]. x86_64 linux
gcc-7.2; 7.3 is affected as well: https://godbolt.org/g/p6LJ5V
More information about the Gcc-bugs
mailing list