From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 05DEC3856963; Wed, 19 Oct 2022 07:23:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 05DEC3856963 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666164200; bh=41xrfCW54AL+L/D5EoSVxAl8kwnm93ifUTt4plVO44c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DixgadYnzwxFLnHuRCZzu4+IhjHiD+/JRXQMlRFe7ZHaX2M9ywCPTX4b+HavaxaR+ 2OP8HrL/H9XGmeQ4uQ5zz1fj0L/nw4exmqdGlKBp3L31YFeKsRhc4WMNvh9Amy6Rmf 9OhEBsvrw0MvqeToqS85yMtcWU5hIcCPfmf8BiVw= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107308] ICE in expand_fn_using_insn, at internal-fn.cc:153 Date: Wed, 19 Oct 2022 07:23:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: accepts-invalid X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org 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: blocked keywords Message-ID: In-Reply-To: References: 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 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |101057 Keywords| |accepts-invalid --- Comment #2 from Richard Biener --- The test is unsupported so the input is invalid if the target doesn't suppo= rt .FMA Difficult to validate. You'll find gazillion -fgimple "bugs" like this, but it isn't really the go= al to provide full input validation. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D101057 [Bug 101057] [gimplefe] GIMPLE frontend issues=