This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3c54805d03a libstdc++: Fix std::any pretty printer new dd744f06c99 i386: correct x87&SSE division modeling in znver.md new d4cc7a8c4a6 i386: correct x87&SSE multiplication modeling in znver.md new 85966f0d20b doc: fix description of -mrelax-cmpxchg-loop [PR 107676] new cf958f8f168 c++: Fix up calls to static operator() or operator[] [PR107624] new 0e2c5510e00 libstdc++: Fix up <complex> for extended floating point typ [...]
The 5 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/i386/znver.md | 67 +- gcc/cp/call.cc | 66 +- gcc/cp/decl.cc | 4 + gcc/doc/invoke.texi | 9 +- gcc/testsuite/g++.dg/cpp23/static-operator-call4.C | 37 + gcc/testsuite/g++.dg/cpp23/subscript10.C | 46 + gcc/testsuite/g++.dg/cpp23/subscript11.C | 11 + libstdc++-v3/include/std/complex | 1546 ++++++++++---------- 8 files changed, 960 insertions(+), 826 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/static-operator-call4.C create mode 100644 gcc/testsuite/g++.dg/cpp23/subscript10.C create mode 100644 gcc/testsuite/g++.dg/cpp23/subscript11.C