[Bug c++/79005] Use of a captured variable within nested generic lambdas provokes internal compiler error.
mmccutcheon at nuvucameras dot com
gcc-bugzilla@gcc.gnu.org
Thu Jan 5 18:01:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79005
--- Comment #3 from M. McCutcheon <mmccutcheon at nuvucameras dot com> ---
Sorry, forgot to include the actual error message, though it doesn't seem very
illuminating :
------------------------------------------------------------------------------------
auto-lambda_sub-capture.cpp: In lambda function:
auto-lambda_sub-capture.cpp:28:8: internal compiler error: Segmentation fault
result = b * c; // Provokes internal compiler error
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
Preprocessed source stored into /tmp/cc5qcmOS.out file, please attach this to
your bug report.
------------------------------------------------------------------------------------
More information about the Gcc-bugs
mailing list