From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2337B3857C42; Wed, 28 Sep 2022 17:39:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2337B3857C42 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664386779; bh=GT2JPM5DBJq56WMLXkziM7Vk9g9FUjSMRRttAYn3Y4o=; h=From:To:Subject:Date:From; b=VDAnKnEg9ANGjw5/92MdUQlPVwMX/rueGF2EWxP/sqaQcMHW7UesMtMytdMNxDWW9 I2yVeX0o5N9lVwF1nBz8r+hndGa4OlVjtsV35QapOqtJxm78ZH6bfCNlKPt6nQOsew 8qs+duqnRbXzB76HBfWQD3Opz9l64noUdfSK8V8s= From: "gscfq@t-online.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107077] New: ICE in get_expr_operands, at tree-ssa-operands.cc:940 Date: Wed, 28 Sep 2022 17:39:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gscfq@t-online.de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107077 Bug ID: 107077 Summary: ICE in get_expr_operands, at tree-ssa-operands.cc:940 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: gscfq@t-online.de Target Milestone: --- Started with r9 and file gcc.dg/vect/vect-cond-arith-2.c : $ gcc-13-20220925 -c vect-cond-arith-2.c -m32 -std=3Dc89 -fgimple unhandled expression in get_expr_operands(): unit-size align:64 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 0x7ff51aceb498 precision:64 pointer_to_this > arg:0 unit-size align:32 warn_if_not_align:0 symtab:0 alias-set -1 canonical-ty= pe 0x7ff51aceb540 precision:80 pointer_to_this > constant 0.0> vect-cond-arith-2.c:20:25 start: vect-cond-arith-2.c:20:25 finish: vect-cond-arith-2.c:20:27> vect-cond-arith-2.c: In function 'neg_xi': vect-cond-arith-2.c:36:2: internal compiler error: in get_expr_operands, at tree-ssa-operands.cc:940 36 | __BB(3): | ^~~~ 0x10bcb61 operands_scanner::get_expr_operands(tree_node**, int) ../../gcc/tree-ssa-operands.cc:940 0x10bd8d5 operands_scanner::parse_ssa_operands() ../../gcc/tree-ssa-operands.cc:990 0x10bee21 operands_scanner::build_ssa_operands() ../../gcc/tree-ssa-operands.cc:1005 0x10bf650 update_stmt_operands(function*, gimple*) ../../gcc/tree-ssa-operands.cc:1147 0xb35df4 update_stmt_if_modified ../../gcc/gimple-ssa.h:185 0xb35df4 update_modified_stmts(gimple*) ../../gcc/gimple-iterator.cc:58 0xb35f14 gsi_insert_seq_after(gimple_stmt_iterator*, gimple*, gsi_iterator_update) ../../gcc/gimple-iterator.cc:332 0x85b5bb c_parser_gimple_compound_statement ../../gcc/c/gimple-parser.cc:584 0x85cbf9 c_parser_parse_gimple_body(c_parser*, char*, c_declspec_il, profile_count) ../../gcc/c/gimple-parser.cc:253 0x84626c c_parser_declaration_or_fndef ../../gcc/c/c-parser.cc:2548 0x85141f c_parser_external_declaration ../../gcc/c/c-parser.cc:1789 0x851d4b c_parser_translation_unit ../../gcc/c/c-parser.cc:1662 0x851d4b c_parse_file() ../../gcc/c/c-parser.cc:23694 0x8c1631 c_common_parse_file() ../../gcc/c-family/c-opts.cc:1255=