https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113548

            Bug ID: 113548
           Summary: ICE vect-ifcvt-19 in build2, at tree.cc:5097
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: nightstrike at gmail dot com
  Target Milestone: ---

Created attachment 57186
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57186&action=edit
Preprocessed source from -freport-bug

ICE during testsuite run for vect-ifcvt-19.  Many similarly titled bugs, I
think the current title of this one is equally unhelpful, so feel free to
change this PR title to something better.

Running linux 64 to windows 64 cross compiler, fails on 11, 12, 13, 14.  I
didn't test prior versions.

Backtrace:

0x8bb855 build2(tree_code, tree_node*, tree_node*, tree_node*)
        ../../gcc/tree.cc:5097
0xa4dd1f build2_loc(unsigned int, tree_code, tree_node*, tree_node*,
tree_node*)
        ../../gcc/tree.h:4750
0xa4dd1f c_parser_gimple_binary_expression
        ../../gcc/c/gimple-parser.cc:1068
0xa4ec71 c_parser_gimple_statement
        ../../gcc/c/gimple-parser.cc:878
0xa4f95a c_parser_gimple_compound_statement
        ../../gcc/c/gimple-parser.cc:669
0xa51a58 c_parser_parse_gimple_body(c_parser*, char*, c_declspec_il,
profile_count)
        ../../gcc/c/gimple-parser.cc:253
0xa3d3f4 c_parser_declaration_or_fndef
        ../../gcc/c/c-parser.cc:3011
0xa4764b c_parser_external_declaration
        ../../gcc/c/c-parser.cc:2046
0xa48035 c_parser_translation_unit
        ../../gcc/c/c-parser.cc:1900
0xa48035 c_parse_file()
        ../../gcc/c/c-parser.cc:26815
0xabf271 c_common_parse_file()
        ../../gcc/c-family/c-opts.cc:1301

Reply via email to