This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8b2c3b5af3d libstdc++: Use longer timeout for istream::gcount() overflow tests new a1ebd4f9f71 x86: Add the missing '.' for -mneeded new 694d4a6d0c4 Use the section flag 'o' for __patchable_function_entries
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config.in | 6 ++++ gcc/config/i386/i386.opt | 2 +- gcc/configure | 52 +++++++++++++++++++++++++++++++++++ gcc/configure.ac | 22 +++++++++++++++ gcc/doc/sourcebuild.texi | 3 ++ gcc/output.h | 3 +- gcc/targhooks.c | 5 +++- gcc/testsuite/g++.dg/pr93195a.C | 27 ++++++++++++++++++ gcc/testsuite/g++.dg/pr93195b.C | 14 ++++++++++ gcc/testsuite/lib/target-supports.exp | 40 +++++++++++++++++++++++++++ gcc/varasm.c | 10 +++++++ 11 files changed, 181 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr93195a.C create mode 100644 gcc/testsuite/g++.dg/pr93195b.C