From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11834 invoked by alias); 30 Oct 2013 15:09:00 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 11789 invoked by uid 55); 30 Oct 2013 15:08:55 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug libc/15799] glibc div() code is broken Date: Wed, 30 Oct 2013 15:09:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.18 X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-10/txt/msg00367.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=3D15799 --- Comment #3 from cvs-commit at gcc dot gnu.org --- via bbea82f7fe8af40fd08e8956e1aaf4d877168652 (commit) from 977f4b31b7ca4a4e498c397f3fd70510694bbd86 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3Dbbea82f7fe8af40fd08= e8956e1aaf4d877168652 commit bbea82f7fe8af40fd08e8956e1aaf4d877168652 Author: Ond=C5=99ej B=C3=ADlka Date: Wed Oct 30 16:07:15 2013 +0100 Remove code from div that is by C99 obsolete. Fixes bug 15799 ----------------------------------------------------------------------- Summary of changes: ChangeLog | 7 +++++++ NEWS | 8 ++++---- stdlib/div.c | 22 ---------------------- stdlib/ldiv.c | 22 ---------------------- stdlib/lldiv.c | 22 ---------------------- 5 files changed, 11 insertions(+), 70 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug. >>From glibc-bugs-return-20009-listarch-glibc-bugs=sources.redhat.com@sourceware.org Wed Oct 30 15:09:57 2013 Return-Path: Delivered-To: listarch-glibc-bugs@sources.redhat.com Received: (qmail 13102 invoked by alias); 30 Oct 2013 15:09:56 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Delivered-To: mailing list glibc-bugs@sourceware.org Received: (qmail 13064 invoked by uid 48); 30 Oct 2013 15:09:53 -0000 From: "neleai at seznam dot cz" To: glibc-bugs@sourceware.org Subject: [Bug libc/15799] glibc div() code is broken Date: Wed, 30 Oct 2013 15:09:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.18 X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: neleai at seznam dot cz X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-10/txt/msg00368.txt.bz2 Content-length: 572 https://sourceware.org/bugzilla/show_bug.cgi?id=15799 Ondrej Bilka changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |neleai at seznam dot cz Resolution|--- |FIXED --- Comment #4 from Ondrej Bilka --- Fixed. -- You are receiving this mail because: You are on the CC list for the bug.