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 #2 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  3c0f7407eedb524c9114bb675cd55b903c71daaa (commit)
      from  900056024b75eae8b550d7fee1dec9e71f28344e (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=3c0f7407eedb524c9114bb675cd55b903c71daaa

commit 3c0f7407eedb524c9114bb675cd55b903c71daaa
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.

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

Summary of changes:
 ChangeLog                                          |   13 ++++++
 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 +++++++++----------
 6 files changed, 83 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]