This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5625b2c56ac openmp: fix UBSAN error at gcc/fortran/openmp.c:4737 new d8b8023cdb0 Add statement context to get_value_range. new 929c4051afa opnemp: add static assert for clause_names. new 91e6226f880 libstdc++: Remove inheritance from elements in std::tuple new 26fdc47da75 aix: Support libgfortran libcaf_single.a as a FAT library new 9e026191547 i386: Use parametrized pattern names some more. new 35c5f8fb432 analyzer: handle &STRING_CST in constant pool initializers [...] new 42c5ae5d7f0 analyzer: fix ICE due to NULL type [PR96639] new b00a8304757 analyzer: fix ICE on NULL dereference [PR96644]
The 8 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-manager.cc | 4 +- gcc/analyzer/region.cc | 2 +- gcc/analyzer/store.cc | 21 +++++- gcc/config/i386/i386-builtin.def | 4 +- gcc/config/i386/i386-expand.c | 83 ++++++++++++---------- gcc/config/i386/i386.md | 27 +------ gcc/fortran/openmp.c | 8 +-- gcc/testsuite/gcc.dg/analyzer/pr96639.c | 10 +++ gcc/testsuite/gcc.dg/analyzer/pr96642.c | 10 +++ gcc/testsuite/gcc.dg/analyzer/pr96644.c | 24 +++++++ gcc/testsuite/gcc.target/i386/rdrand-1.c | 2 +- gcc/testsuite/gcc.target/i386/rdrand-2.c | 2 +- gcc/testsuite/gcc.target/i386/rdrand-3.c | 2 +- gcc/vr-values.c | 53 +++++++------- gcc/vr-values.h | 14 ++-- libgfortran/config/t-aix | 3 +- libstdc++-v3/include/std/tuple | 53 ++++++++++++++ .../tuple/comparison_operators/93147.cc} | 21 ++++-- .../94003.cc => tuple/creation_functions/55713.cc} | 17 +++-- .../tuple/element_access/71096.cc} | 15 ++-- .../testsuite/libstdc++-prettyprinters/48362.cc | 2 +- 21 files changed, 245 insertions(+), 132 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr96639.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr96642.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr96644.c copy libstdc++-v3/testsuite/{23_containers/vector/cons/94831.cc => 20_util/tuple/c [...] copy libstdc++-v3/testsuite/20_util/{is_constructible/94003.cc => tuple/creation_f [...] copy libstdc++-v3/testsuite/{23_containers/headers/tuple/types_std_c++0x.cc => 20_ [...]