public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/17088] New: fallback fesetenv / feupdateenv should give errors for FE_NOMASK_ENV
@ 2014-06-25 16:55 jsm28 at gcc dot gnu.org
  2014-06-26  8:38 ` [Bug math/17088] " fweimer at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-06-25 16:55 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 17088
           Summary: fallback fesetenv / feupdateenv should give errors for
                    FE_NOMASK_ENV
           Product: glibc
           Version: 2.19
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org

The fallback implementations of fesetenv and feupdateenv should give errors if
passed FE_NOMASK_ENV (if it's defined and some exceptions are defined, e.g. for
MIPS soft-float).

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug math/17088] fallback fesetenv / feupdateenv should give errors for FE_NOMASK_ENV
  2014-06-25 16:55 [Bug math/17088] New: fallback fesetenv / feupdateenv should give errors for FE_NOMASK_ENV jsm28 at gcc dot gnu.org
@ 2014-06-26  8:38 ` fweimer at redhat dot com
  2014-07-17 17:57 ` cvs-commit at gcc dot gnu.org
  2014-07-17 17:58 ` jsm28 at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: fweimer at redhat dot com @ 2014-06-26  8:38 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug math/17088] fallback fesetenv / feupdateenv should give errors for FE_NOMASK_ENV
  2014-06-25 16:55 [Bug math/17088] New: fallback fesetenv / feupdateenv should give errors for FE_NOMASK_ENV jsm28 at gcc dot gnu.org
  2014-06-26  8:38 ` [Bug math/17088] " fweimer at redhat dot com
@ 2014-07-17 17:57 ` cvs-commit at gcc dot gnu.org
  2014-07-17 17:58 ` jsm28 at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-07-17 17:57 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #1 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  831b9896d8e957580591a3cbe11dcd5ac6743ba2 (commit)
      from  b21c2d5020d85596c0391e03054d7fe031ffd60b (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=831b9896d8e957580591a3cbe11dcd5ac6743ba2

commit 831b9896d8e957580591a3cbe11dcd5ac6743ba2
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Jul 17 17:56:43 2014 +0000

    Fix fallback fesetenv and feupdateenv on FE_NOMASK_ENV (bug 17088).

    This patch fixes bug 17088, fallback fesetenv and feupdateenv not
    giving an error for an FE_NOMASK_ENV argument when it requires traps
    to be enabled.  (This is the bug tested for by test-fenv-return.c.)

    Tested mips64 soft-float.

        [BZ #17088]
        * math/fesetenv.c (__fesetenv)
        [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
        * math/feupdateenv.c (__feupdateenv)
        [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.

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

Summary of changes:
 ChangeLog          |    6 ++++++
 NEWS               |    4 ++--
 math/fesetenv.c    |    4 ++++
 math/feupdateenv.c |    4 ++++
 4 files changed, 16 insertions(+), 2 deletions(-)

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug math/17088] fallback fesetenv / feupdateenv should give errors for FE_NOMASK_ENV
  2014-06-25 16:55 [Bug math/17088] New: fallback fesetenv / feupdateenv should give errors for FE_NOMASK_ENV jsm28 at gcc dot gnu.org
  2014-06-26  8:38 ` [Bug math/17088] " fweimer at redhat dot com
  2014-07-17 17:57 ` cvs-commit at gcc dot gnu.org
@ 2014-07-17 17:58 ` jsm28 at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-07-17 17:58 UTC (permalink / raw)
  To: glibc-bugs

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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
Fixed for 2.20.

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-17 17:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-25 16:55 [Bug math/17088] New: fallback fesetenv / feupdateenv should give errors for FE_NOMASK_ENV jsm28 at gcc dot gnu.org
2014-06-26  8:38 ` [Bug math/17088] " fweimer at redhat dot com
2014-07-17 17:57 ` cvs-commit at gcc dot gnu.org
2014-07-17 17:58 ` jsm28 at gcc dot gnu.org

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).