This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]