https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65973
Bug ID: 65973 Summary: Current gcc 6 snapshot fails with segmentation fault when compiling C++14 code Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: blocker Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: philipp.classen at gmx dot net Target Milestone: --- Created attachment 35439 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35439&action=edit gzipped output of "-freport-bug" Current gcc 6 snapshot fails to compile C++14 code: internal compiler error: Segmentation fault g++ -freport-bug -DHAVE_CONFIG_H -I. -Wall -Wfatal-errors -Wextra -Wno-type-limits -Wstrict-aliasing -Wvla -Wdisabled-optimization -Wdouble-promotion -pipe --std=c++1y -D EXTENDED_PARALLEL_LOGGING__DEPENDS_ON_TARGET__ -DUSE_TABLEBASES -DUSE_NALIMOV_TABLEBASES -DENABLE_GHOST_HTTP_SERVER -DUSE_BITBASES -DUSE_SINGLE_PAWN_BITBASES -DUSE_TWO_PAWNS_BITBASES -DUSE_RAMMED_PAWNS_BITBASES -g3 -I gmock-bundle/include -I gmock-bundle/gtest/include -g -MT debug-ghost.o -MD -MP -MF .deps/debug-ghost.Tpo -c -o debug-ghost.o `test -f 'ghost.cpp' || echo './'`ghost.cpp In file included from evaluation.h:8:0, from ghost.cpp:15: evaluation_value.h: In constructor ‘constexpr GhostEvaluation::OptimizedForAdding::VALUE::VALUE(int, int)’: evaluation_value.h:243:5: internal compiler error: Segmentation fault } ^ Please submit a full bug report, with preprocessed source if appropriate. See <https://bugs.archlinux.org/> for instructions. Preprocessed source stored into /tmp/ccyVvJtP.out file, please attach this to your bugreport.