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 build/19269] tst-audit4 and tst-audit10 failures with gcc-6 on non avx machine


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

--- Comment #11 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, gentoo/2.23 has been updated
       via  3c94e6c28c770a0d51f50c927fe5cf1e7d8d5607 (commit)
      from  06943eb86a410d875e4ee08d713ed51e67bd5b28 (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=3c94e6c28c770a0d51f50c927fe5cf1e7d8d5607

commit 3c94e6c28c770a0d51f50c927fe5cf1e7d8d5607
Author: Florian Weimer <fweimer@redhat.com>
Date:   Mon Mar 7 16:00:25 2016 +0100

    tst-audit4, tst-audit10: Compile AVX/AVX-512 code separately [BZ #19269]

    This ensures that GCC will not use unsupported instructions before
    the run-time check to ensure support.

    (cherry picked from commit 3c0f7407eedb524c9114bb675cd55b903c71daaa)
    (cherry picked from commit 7fa9775594b1592dfcdad5bc32ea449882ca9d9a)

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

Summary of changes:
 sysdeps/x86_64/Makefile                            |    8 ++--
 .../hurd/syncfs.c => x86_64/tst-audit10-aux.c}     |   28 ++++++++----
 sysdeps/x86_64/tst-audit10.c                       |   34 +++------------
 .../{generic/dl-irel.h => x86_64/tst-audit4-aux.c} |   28 ++++++++----
 sysdeps/x86_64/tst-audit4.c                        |   45 +++++++++----------
 5 files changed, 70 insertions(+), 73 deletions(-)
 copy sysdeps/{mach/hurd/syncfs.c => x86_64/tst-audit10-aux.c} (59%)
 copy sysdeps/{generic/dl-irel.h => x86_64/tst-audit4-aux.c} (58%)

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