From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D7E3D3858C98; Tue, 19 Mar 2024 17:08:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D7E3D3858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710868139; bh=hG6iMuOAIFtiRy9DTu4o7mS5JnScC6cQLVJBijJ4agk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uzc+CsGs/vMSP37If6zZcZ2rPx3cSNStEYTZPZJYqmCrkZwdaTBo1k6agnq2r52sU 6jl6eJ8YngWgG/Pz6aouUAv9Wf45N/SJZzsNIkGCz3fXH4gpBSlrzLgIGhDMVhqSoG 8+NiqRFgoHcspk/9BTplEr4605CgdCiw0aR1yqwM= From: "patrick at rivosinc dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114396] [14 Regression] Vector: Runtime mismatch at -O2 with -fwrapv Date: Tue, 19 Mar 2024 17:08:58 +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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: patrick at rivosinc dot com 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: cf_gcctarget short_desc cf_known_to_work 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 Patrick O'Neill changed: What |Removed |Added ---------------------------------------------------------------------------- Target|x86_64-*-* riscv*-*-* |riscv*-*-* aarch64-*-* | |x86_64-*-* Summary|[14] RISC-V rv64gcv vector: |[14 Regression] Vector: |Runtime mismatch at -O3 |Runtime mismatch at -O2 |with -fwrapv |with -fwrapv Known to work| |13.2.0 --- Comment #5 from Patrick O'Neill --- Looks like an regression from 13. x86 godbolt: https://godbolt.org/z/fzd4cj6rz=