From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 44AE83858C98; Wed, 20 Mar 2024 11:10:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 44AE83858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710933031; bh=YsR0wCfBagdXrbwyybxo4pIa0oW1hByQ43ySE+m3jXI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VG6hQf3FqVUrStFL/u466TSO2tzY5JPSzxx3LB0pkDbOqfFCa8vli5hbUZ7ufZ/1x EXksMZ96l+WYYjW+YvA1dHc4UI6fdTE6dVIybkksdsa39sKjkR7U7T52sx6SM4oJhp gMfvZ8yUQmNKmRzghfomC91tKONTQl1D1gDxp9Ig= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114396] [13/14 Regression] Vector: Runtime mismatch at -O2 with -fwrapv Date: Wed, 20 Mar 2024 11:10:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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=3D114396 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[14 Regression] Vector: |[13/14 Regression] Vector: |Runtime mismatch at -O2 |Runtime mismatch at -O2 |with -fwrapv |with -fwrapv --- Comment #10 from Sam James --- (In reply to Robin Dapp from comment #3) > -O3 -mavx2 -fno-vect-cost-model -fwrapv seems to be sufficient. This crashes for me with GCC 13 too.=