From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B58823858D33; Thu, 11 Apr 2024 19:08:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B58823858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712862496; bh=tbapGfjjGHZvqPugfrqvAikUcVuERY6cmZ8poenKaV8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kq5jYW4/yFIO2QuqBS6txtKEhnpexGIxNIiaF7SKs73yy/3sARBeuqv5JL3l+jM5T JqggKpizoV5TLFGW48K90Nvq9y7ltCKduhcNhzLTFlY4uUHLqA4WR+ldMAKdz8/vhV drgXkeqcU4mH0R4HJSNq0HdRsR/TpL0tI8Zss6eM= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/114698] [12/13/14 regression] dcfldd produces wrong sha256 sum on ppc64le and -O3 since r12-5244-g64f3e71c302b4a Date: Thu, 11 Apr 2024 19:08:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: WAITING 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: 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=3D114698 --- Comment #6 from Andrew Pinski --- Note this implementation of sha2.c is shared all over the place it seems and has this known issue ...=