public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug math/15470] [arm] On ARM llrintl() and llroundl() do not raise FE_INVALID with argument out of range
Date: Fri, 09 Oct 2015 22:24:00 -0000	[thread overview]
Message-ID: <bug-15470-131-A2E5lyLm08@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-15470-131@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=15470

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  f1226a2ae370b1412b5e31a8535ad58a9174dd0a (commit)
      from  06d97e5e6100641df2c379459e41b26bb4d7648b (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=glibc.git;h=f1226a2ae370b1412b5e31a8535ad58a9174dd0a

commit f1226a2ae370b1412b5e31a8535ad58a9174dd0a
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Oct 9 22:23:39 2015 +0000

    Fix llrint, llround missing exceptions for ARM (bug 15470).

    Similar to the recent fix for MIPS, ARM is also missing correct
    exceptions on overflow from llrint and llround functions because casts
    from floating-point types to long long do not result in correct
    exceptions on overflow.  This patch enables the fix for this for ARM.

    Tested for ARM.

        [BZ #15470]
        * sysdeps/arm/fix-fp-int-convert-overflow.h: New file.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                          |    3 +++
 NEWS                                               |   20 ++++++++++----------
 .../fpu => arm}/fix-fp-int-convert-overflow.h      |   10 +++-------
 3 files changed, 16 insertions(+), 17 deletions(-)
 copy sysdeps/{mips/mips32/fpu => arm}/fix-fp-int-convert-overflow.h (75%)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


  parent reply	other threads:[~2015-10-09 22:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-15 17:01 [Bug math/15470] New: " gcc.hall at gmail dot com
2013-05-15 17:01 ` [Bug math/15470] " gcc.hall at gmail dot com
2013-05-15 17:19 ` joseph at codesourcery dot com
2013-05-15 19:25 ` joseph at codesourcery dot com
2014-02-06 18:33 ` [Bug math/15470] [arm] " jsm28 at gcc dot gnu.org
2014-06-13 17:45 ` fweimer at redhat dot com
2015-10-09 22:24 ` cvs-commit at gcc dot gnu.org [this message]
2015-10-09 22:25 ` jsm28 at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-15470-131-A2E5lyLm08@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=glibc-bugs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).