From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DD5CD3858D39; Tue, 18 Oct 2022 17:45:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DD5CD3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666115159; bh=YhcIPgKhktBPEehgKy5+NIhRwkl3dSmhUs54R+1yRk0=; h=From:To:Subject:Date:From; b=V/JDoF+Rl3Dl68UjVIoclfvWJvHZXfzetQxjzi/Ltd/MNai30Joo0gOYQ22ycLTbi fnBivlUOPe9fub2sOfyslEI/X+x/h43HxMSbcfFcBfs09AW7CXJbAcQqipOSQIqeRj xABTT8M3qgHOhVXrDNlJwjKmBJ6TrGG1NDgEIo10= From: "gscfq@t-online.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107308] New: ICE in expand_fn_using_insn, at internal-fn.cc:153 Date: Tue, 18 Oct 2022 17:45:59 +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=3D107308 Bug ID: 107308 Summary: ICE in expand_fn_using_insn, at internal-fn.cc:153 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/gimplefe-26.c : $ gcc-13-20221016 -c gimplefe-26.c -fgimple during RTL pass: expand gimplefe-26.c: In function 'foo_1': gimplefe-26.c:5:18: internal compiler error: in expand_fn_using_insn, at internal-fn.cc:153 5 | type __GIMPLE () foo_##num (type a, type b, type c) \ | ^~~~ gimplefe-26.c:12:1: note: in expansion of macro 'foo' 12 | foo(float, 1) | ^~~ 0xbe62ff expand_fn_using_insn ../../gcc/internal-fn.cc:153 0x960647 expand_call_stmt ../../gcc/cfgexpand.cc:2737 0x960647 expand_gimple_stmt_1 ../../gcc/cfgexpand.cc:3880 0x960647 expand_gimple_stmt ../../gcc/cfgexpand.cc:4044 0x967def expand_gimple_basic_block ../../gcc/cfgexpand.cc:6096 0x96a446 execute ../../gcc/cfgexpand.cc:6822=