This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/16296] fegetround is pure?


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

--- Comment #4 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  223d1cacc5dafe8af53e84608c2d130721c4edcd (commit)
      from  0b87419b690d1711697ed95808527400910ff997 (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=223d1cacc5dafe8af53e84608c2d130721c4edcd

commit 223d1cacc5dafe8af53e84608c2d130721c4edcd
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Sep 15 20:36:50 2015 +0000

    Mark fegetround pure (bug 16296).

    Bug 16296 notes that fegetround is a pure function and should be
    marked as such in fenv.h.  This patch implements that.

    Tested for x86_64 and x86 (testsuite, and that installed stripped
    shared libraries are unchanged by this patch).

        [BZ #16296]
        * math/fenv.h (fegetround): Use __attribute_pure__.
        * include/fenv.h (__fegetround): Likewise.

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

Summary of changes:
 ChangeLog      |    4 ++++
 NEWS           |   12 ++++++------
 include/fenv.h |    2 +-
 math/fenv.h    |    2 +-
 4 files changed, 12 insertions(+), 8 deletions(-)

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]