This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d683a1b3e89 rs6000: Mirror fix for PR102347 in new builtins support new 53caa4723d8 c++: constexpr, fold, weak redecl, fp/0 [PR103310]
The 1 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/c-family/c.opt | 4 ++++ gcc/cp/constexpr.c | 9 +++++++- gcc/doc/invoke.texi | 14 ++++++++++++ gcc/fold-const.c | 26 ++++++++++++++++++++--- gcc/fold-const.h | 1 + gcc/testsuite/g++.dg/cpp0x/constexpr-fp-except1.C | 4 ++++ gcc/testsuite/g++.dg/cpp1z/constexpr-if36.C | 19 +++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/nonzero-1.c | 5 +++-- gcc/testsuite/gcc.dg/tree-ssa/nonzero-1a.c | 11 ++++++++++ gcc/varasm.c | 2 +- 10 files changed, 88 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-fp-except1.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if36.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/nonzero-1a.c