This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ab1361bacde PR c++/92365 new 27a05134f4a PR rtl-optimization/92610 * cse.c (rest_of_handle_cse2): [...] new 97a435f08ee PR middle-end/83859 * doc/extend.texi (attribute access): [...] new 1fe462b2fe2 PR target/92615 * config/i386/i386.c (ix86_md_asm_adjust) [...]
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/ChangeLog | 16 ++++++++++++ gcc/c-family/ChangeLog | 8 ++++++ gcc/c-family/c-attribs.c | 16 +++++++++--- gcc/config/i386/i386.c | 10 +++++--- gcc/cse.c | 4 +-- gcc/doc/extend.texi | 2 +- gcc/testsuite/ChangeLog | 8 ++++++ gcc/testsuite/g++.dg/opt/pr92610.C | 13 ++++++++++ gcc/testsuite/gcc.target/i386/pr92615.c | 45 +++++++++++++++++++++++++++++++++ 9 files changed, 112 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr92610.C create mode 100644 gcc/testsuite/gcc.target/i386/pr92615.c