https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66118
Bug ID: 66118 Summary: Compiler segmentation fault when compiling std::function on aix6 Product: gcc Version: 4.8.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gabriel.sztejnworcel at yahoo dot com Target Milestone: --- Created attachment 35521 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35521&action=edit Source + generated temp files Getting the following error when compiling the attached source file (test.cpp in the zip) on aix6 (the same file compiles with no problems on aix7): g++: internal compiler error: Segmentation fault (program as) libbacktrace could not find executable to open Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. The command i used: g++ test.cpp -std=c++11 -save-temps