https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63383
Bug ID: 63383 Summary: internal compiler error: in expand_expr_real_1, at expr.c:9389 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: brandon at rioja dot us Created attachment 33582 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33582&action=edit The file to compile When compiling the attached file, the following error is printed. -*- mode: compilation; default-directory: "~/topcoder/srm/" -*- Compilation started at Fri Sep 26 12:07:34 g++ -ggdb -O0 -std=c++11 BigOEasy.cpp && nice.exe ./a.exe BigOEasy.cpp: In lambda function: BigOEasy.cpp:319:30: internal compiler error: in expand_expr_real_1, at expr.c:9389 if ((adj[n][i]) && (adj[i][n])) ^ BigOEasy.cpp:319:30: internal compiler error: Aborted g++: internal compiler error: Aborted (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. Compilation exited abnormally with code 4 at Fri Sep 26 12:07:34