https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69379
Bug ID: 69379 Summary: [6 Regression] ICE in fold_convert_loc, at fold-const.c:2366 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tbm at cyrius dot com Target Milestone: --- Running multidelta. Will update tomorrow. tbm@dl580gen9-02:~/gcc6/testcase1/1$ g++-6 -c DictDataInfoPyWrap.ii tbm@dl580gen9-02:~/gcc6/testcase1/1$ g++-6 -c -Wformat DictDataInfoPyWrap.ii src/DictDataInfoPyWrap.C: In function 'void InitDictDataInfoPyWrapper()': src/DictDataInfoPyWrap.C:220:65: internal compiler error: in fold_convert_loc, at fold-const.c:2366 0x890552 fold_convert_loc(unsigned int, tree_node*, tree_node*) ../../src/gcc/fold-const.c:2366 0x68f641 cp_fold_convert(tree_node*, tree_node*) ../../src/gcc/cp/cvt.c:605 0x6fa49a cxx_eval_constant_expression ../../src/gcc/cp/constexpr.c:3344 0x6f902b cxx_eval_constant_expression ../../src/gcc/cp/constexpr.c:3421 0x6f8daf cxx_eval_constant_expression ../../src/gcc/cp/constexpr.c:3613 0x6fbe48 cxx_eval_outermost_constant_expr ../../src/gcc/cp/constexpr.c:3816 0x6fce63 maybe_constant_value_1 ../../src/gcc/cp/constexpr.c:4003 0x6fce63 maybe_constant_value(tree_node*, tree_node*) ../../src/gcc/cp/constexpr.c:4024 0x5cbeb9 build_over_call ../../src/gcc/cp/call.c:7546 0x5ca97f build_new_method_call_1 ../../src/gcc/cp/call.c:8408 0x5ca97f build_new_method_call(tree_node*, tree_node*, vec<tree_node*, va_gc, vl_embed>**, tree_node*, int, tree_node**, int) ../../src/gcc/cp/call.c:8478 0x656597 cp_parser_postfix_expression ../../src/gcc/cp/parser.c:6855 0x65e370 cp_parser_unary_expression ../../src/gcc/cp/parser.c:7964 0x65ee7b cp_parser_cast_expression ../../src/gcc/cp/parser.c:8641 0x65f298 cp_parser_binary_expression ../../src/gcc/cp/parser.c:8742 0x65fa84 cp_parser_assignment_expression ../../src/gcc/cp/parser.c:9029 0x66282a cp_parser_expression ../../src/gcc/cp/parser.c:9198 0x663210 cp_parser_expression_statement ../../src/gcc/cp/parser.c:10659 0x6516d4 cp_parser_statement ../../src/gcc/cp/parser.c:10510 0x6524d1 cp_parser_statement_seq_opt ../../src/gcc/cp/parser.c:10782 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report.