From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ED868384D1BA; Thu, 6 Oct 2022 07:12:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ED868384D1BA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665040367; bh=7mabdLsaaAHwtETxvXGvqS4BKfVbXk6ZsfNFohCdAa0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wFsxbk5AMJQAXsJ+6AHy05bs94+l+QHXBHeZEEnRnonXG5MUw8NONXySTvbh209Ms e+zsVsTO8vsTWJ+tccdZsaLI71/LXgwFGrIja0EPlra+WyAwREo509Rfh1E3CTYz2c h92f1MV5i+5DUmA7yflm+xIHTVdKVimzKg7ODU5A= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107131] [11/12/13 Regression] wrong code with -Os -fno-ipa-vrp -fno-tree-bit-ccp Date: Thu, 06 Oct 2022 07:12:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc target_milestone 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=3D107131 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12 Regression] wrong |[11/12/13 Regression] wrong |code with -Os -fno-ipa-vrp |code with -Os -fno-ipa-vrp |-fno-tree-bit-ccp |-fno-tree-bit-ccp Target Milestone|--- |11.4 --- Comment #4 from Richard Biener --- Note __builtin_shufflevector might just be the point we were able to produce the input GIMPLE required to trigger the previously latent issue. The difference between -O (working) and -Os (failing) starts at RTL expansi= on only.=