From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28448 invoked by alias); 15 May 2013 17:19:43 -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 28405 invoked by uid 55); 15 May 2013 17:19:35 -0000 From: "joseph at codesourcery dot com" To: glibc-bugs@sourceware.org Subject: [Bug math/15470] On ARM llrintl() and llroundl() do not raise FE_INVALID with argument out of range Date: Wed, 15 May 2013 17:19:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: math X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: joseph at codesourcery dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-05/txt/msg00118.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15470 --- Comment #1 from joseph at codesourcery dot com 2013-05-15 17:19:35 UTC --- This is probably a bug in the version of GCC used to build glibc (at least with current sources, the implementations of llrint and llround just cast out-of-range values to long long, and such a cast is supposed to raise the exception). -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.