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 libc/20956] debug/tst-backtrace3-6 don't work with -O3 anymore


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

--- 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  341657bc9c17d3ea4546c6d998e67ca349a78e80 (commit)
      from  fea34d51e03ec5ebf9b25cb3010751782bf27fb1 (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=341657bc9c17d3ea4546c6d998e67ca349a78e80

commit 341657bc9c17d3ea4546c6d998e67ca349a78e80
Author: Florian Weimer <fweimer@redhat.com>
Date:   Sat Dec 10 21:16:57 2016 +0100

    debug: Additional compiler barriers for backtrace tests [BZ #20956]

    The new test framework changed the call stacks.  The weak attribute
    acts as a strong compiler barrier.  Some static functions had to be
    declared extern as a consequence.

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

Summary of changes:
 ChangeLog              |   14 ++++++++++++++
 debug/tst-backtrace.h  |    2 +-
 debug/tst-backtrace2.c |   10 ++++------
 debug/tst-backtrace3.c |    8 +++-----
 debug/tst-backtrace4.c |    8 +++-----
 debug/tst-backtrace5.c |    8 +++-----
 6 files changed, 28 insertions(+), 22 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]