http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56914
Bug #: 56914 Summary: internal compiler error: Segmentation fault Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: vini.ipsma...@gmail.com I tried to compile my code (and the code has a few bugs) and GCC segfault. It's the first time this happen to me. I use some experimental C++11 features. The command line argument is: g++ main2.cpp -std=c++0x The output is: ../main.cpp: In lambda function: ../main.cpp:17:22: internal compiler error: Segmentation fault QObject::connect(&req, &HttpServerResponse::end, []() { ^ Please submit a full bug report, with preprocessed source if appropriate. See <https://bugs.archlinux.org/> for instructions. My system is an i686 Linux (ArchLinux). The GCC was built with this command: https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/gcc I've used C++11, Qt 5.0.1 and my open source project. What else do I need to inform?