This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/54798] internal compiler error: Segmentation fault
- From: "gcc at boxie dot eu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 03 Oct 2012 21:42:30 +0000
- Subject: [Bug c++/54798] internal compiler error: Segmentation fault
- Auto-submitted: auto-generated
- References: <bug-54798-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54798
--- Comment #4 from Christian Maaser <gcc at boxie dot eu> 2012-10-03 21:42:30 UTC ---
True, looks like the same bug. My workaround was to define "auto self = this;"
outside the lambda function, but using "this->" bypasses the issue as well.