This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a292e31dac7 vec: use inexact growth where possible. new 49bfbf18c0b analyzer: fix false NULL deref warning after previous deref [...] new b1850c617b1 libstdc++: Constrain chrono::duration conversions [LWG 2094] new 8bc0f24d7a2 rs6000: MMA built-in dies with incorrect sharing of tree no [...]
The 3 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/analyzer/region-model.cc | 9 +++ gcc/config/rs6000/rs6000-call.c | 10 +--- gcc/testsuite/gcc.dg/analyzer/pr96792.c | 39 +++++++++++++ gcc/testsuite/gcc.target/powerpc/pr96808.c | 59 ++++++++++++++++++++ libstdc++-v3/include/std/chrono | 21 ++++++- .../testsuite/20_util/duration/cons/dr2094.cc | 64 ++++++++++++++++++++++ .../duration/requirements/reduced_period.cc | 10 ++-- .../20_util/duration/requirements/typedefs_neg2.cc | 1 + 8 files changed, 200 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr96792.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr96808.c create mode 100644 libstdc++-v3/testsuite/20_util/duration/cons/dr2094.cc