http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57416
Bug ID: 57416 Summary: internal compiler error: in gimple_expand_cfg, at cfgexpand.c:4575 Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: FBergemann at web dot de Created attachment 30193 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30193&action=edit test program main.cpp compiled in eclipse with -std=c++11 while experimenting with http://www.drdobbs.com/cpp/access-data-items-in-ancestor-stack-fram/240155450 i got this error here: **** Build of configuration Debug for project RetainRecall **** make all Building file: ../main.cpp Invoking: GCC C++ Compiler /opt/gcc-4.8.0/bin/g++ -O0 -g3 -Wall -c -fmessage-length=0 -std=c++11 -MMD -MP -MF"main.d" -MT"main.d" -o "main.o" "../main.cpp" ../main.cpp: In constructor ‘constexpr func1(PARENTDATA&) [with PARENTDATA = Nothing]::Data::Data()’: ../main.cpp:43:9: internal compiler error: in gimple_expand_cfg, at cfgexpand.c:4575 struct Data ^ 0x655603 gimple_expand_cfg ../../gcc/cfgexpand.c:4575 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See <http://gcc.gnu.org/bugs.html> for instructions. make: *** [main.o] Error 1 **** Build Finished ****