This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 69157fe7582 x86_64: Fix up -fpic -mcmodel=large -fno-plt [PR98063] new cbc4ae2b263 IPA: drop implicit_section again new cffd725c0eb testsuite: remove LIT annotation and reduce new a5dd6b69fcb IBM Z: Configure excess precision for float at compile-time new 55419d8730e gcc/testsuite/s390: Add test cases for float_t
The 4 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 | 4 + gcc/config/s390/s390.c | 27 ++- gcc/configure | 77 ++++++- gcc/configure.ac | 45 +++++ gcc/doc/install.texi | 10 + gcc/symtab.c | 5 +- gcc/testsuite/g++.dg/ipa/pr98057.C | 18 ++ gcc/testsuite/g++.dg/torture/pr93347.C | 320 ++---------------------------- gcc/testsuite/gcc.target/s390/float_t-1.c | 15 ++ gcc/testsuite/gcc.target/s390/float_t-2.c | 13 ++ 10 files changed, 221 insertions(+), 313 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ipa/pr98057.C create mode 100644 gcc/testsuite/gcc.target/s390/float_t-1.c create mode 100644 gcc/testsuite/gcc.target/s390/float_t-2.c