This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b2cd32b743b testsuite/102690 - XFAIL g++.dg/warn/Warray-bounds-16.C new 80fe172ba98 libstdc++: Disable gthreads weak symbols for glibc 2.34 [PR103133] new 77963796aef libstdc++: Fix test for libstdc++ not including <unistd.h> [...] new 5cfa174e08e vect: remove unused variable in complex numbers detection code. new 92617a8e2af middle-end: Fix signbit tests when ran on ISA with support [...] new 0cf6065ce49 testsuite: change vect_long to vect_long_long in complex tests. new d70ef65692f Make EAF flags more regular (and expressive)
The 6 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/gimple.c | 9 +- gcc/ipa-modref.c | 204 +++++++++++---------- gcc/ipa-modref.h | 42 +++-- gcc/testsuite/g++.dg/ipa/modref-1.C | 2 +- gcc/testsuite/gcc.dg/ipa/modref-3.c | 2 +- gcc/testsuite/gcc.dg/lto/modref-3_0.c | 2 +- gcc/testsuite/gcc.dg/lto/modref-4_0.c | 2 +- gcc/testsuite/gcc.dg/signbit-2.c | 6 +- gcc/testsuite/gcc.dg/signbit-5.c | 5 + gcc/testsuite/gcc.dg/tree-ssa/modref-10.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/modref-11.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/modref-13.c | 21 +++ gcc/testsuite/gcc.dg/tree-ssa/modref-5.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/modref-6.c | 6 +- .../vect/complex/bb-slp-complex-add-pattern-long.c | 7 +- .../bb-slp-complex-add-pattern-unsigned-long.c | 5 +- .../vect/complex/vect-complex-add-pattern-long.c | 5 +- .../vect-complex-add-pattern-unsigned-long.c | 5 +- gcc/tree-core.h | 31 ++-- gcc/tree-ssa-alias.c | 2 +- gcc/tree-ssa-structalias.c | 142 +++++++++++--- gcc/tree-ssa-uninit.c | 3 +- gcc/tree-vect-slp-patterns.c | 1 - libstdc++-v3/config/os/gnu-linux/os_defines.h | 6 + .../testsuite/17_intro/headers/c++1998/49745.cc | 113 +++++++++++- 25 files changed, 439 insertions(+), 188 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-13.c