From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F3B1B38582A2; Mon, 4 Jul 2022 19:40:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F3B1B38582A2 From: "gscfq@t-online.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/106190] New: [12/13 Regression] ICE in expand_builtin_eh_common, at except.cc:2084 Date: Mon, 04 Jul 2022 19:40:39 +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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2022 19:40:40 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106190 Bug ID: 106190 Summary: [12/13 Regression] ICE in expand_builtin_eh_common, at except.cc:2084 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 between 20210822 and 20210905, at -O0 (or -g) and with file gcc.dg/asan/pr105396.c : $ gcc-13-20220703 -c pr105396.c -fnon-call-exceptions -fsanitize=3Daddress,undefined -fno-sanitize-recover=3Dall during RTL pass: expand pr105396.c: In function 'main': pr105396.c:7:1: internal compiler error: in expand_builtin_eh_common, at except.cc:2084 7 | main () | ^~~~ 0x8bd051 expand_builtin_eh_common ../../gcc/except.cc:2084 0x8be3a9 expand_builtin_eh_pointer(tree_node*) ../../gcc/except.cc:2095 0x7b1db2 expand_builtin(tree_node*, rtx_def*, rtx_def*, machine_mode, int) ../../gcc/builtins.cc:7578 0x8dbe48 expand_expr_real_1(tree_node*, rtx_def*, machine_mode, expand_modifier, rtx_def**, bool) ../../gcc/expr.cc:11641 0x8e6193 store_expr(tree_node*, rtx_def*, int, bool, bool) ../../gcc/expr.cc:6117 0x8e778e expand_assignment(tree_node*, tree_node*, bool) ../../gcc/expr.cc:5849 0x7d1f72 expand_call_stmt ../../gcc/cfgexpand.cc:2829 0x7d1f72 expand_gimple_stmt_1 ../../gcc/cfgexpand.cc:3869 0x7d1f72 expand_gimple_stmt ../../gcc/cfgexpand.cc:4033 0x7d6fa7 expand_gimple_basic_block ../../gcc/cfgexpand.cc:6085 0x7d9a6e execute ../../gcc/cfgexpand.cc:6811=