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 nptl/18645] nptl/tst-cleanupx4 failure on i686


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

--- Comment #5 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  dfc9ea7b017570ee87d4cbd2bfe62833f0da64e1 (commit)
      from  6a40d8df0c269a953726a432c50702372b86c500 (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=dfc9ea7b017570ee87d4cbd2bfe62833f0da64e1

commit dfc9ea7b017570ee87d4cbd2bfe62833f0da64e1
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Jun 29 20:24:30 2016 -0700

    Compile tst-cleanupx4 test with -fexceptions

    tst-cleanupx4 is linked with tst-cleanupx4.o and tst-cleanup4aux.o.
    Since tst-cleanupx4.o is compiled from tst-cleanup4.c with -fexceptions,
    tst-cleanup4aux.c should also be compiled with -fexceptions.

    Tested on x86-64 and i686.

        [BZ #18645]
        * nptl/Makefile (extra-test-objs): Add tst-cleanupx4aux.o.
        (test-extras): Add tst-cleanupx4aux.
        (CFLAGS-tst-cleanupx4aux.c): New.  Set to -fexceptions.
        ($(objpfx)tst-cleanupx4): Replace tst-cleanup4aux.o with
        tst-cleanupx4aux.o.
        * nptl/tst-cleanupx4aux.c: New file.

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

Summary of changes:
 ChangeLog               |   10 ++++++++++
 nptl/Makefile           |    8 +++++---
 nptl/tst-cleanupx4aux.c |    1 +
 3 files changed, 16 insertions(+), 3 deletions(-)
 create mode 100644 nptl/tst-cleanupx4aux.c

-- 
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]