From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21012 invoked by alias); 31 Jan 2013 08:18:35 -0000 Received: (qmail 20572 invoked by uid 55); 31 Jan 2013 08:18:06 -0000 From: "ktietz at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/54620] sha1.c has incorrect math if sizeof(size_t) is 8 Date: Thu, 31 Jan 2013 08:18:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ktietz at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2013-01/txt/msg02836.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54620 --- Comment #6 from Kai Tietz 2013-01-31 08:18:06 UTC --- Author: ktietz Date: Thu Jan 31 08:17:58 2013 New Revision: 195604 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195604 Log: PR other/54620 * sha1.c (sha1_process_block): Handle case that size_t is a wider-integer-scalar as a 32-bit unsigned integer. Modified: trunk/libiberty/sha1.c