This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1d865b29abc testsuite: Improve g++.dg/ext/attr-parm-1.C testcase [PR94946] new eb72dc663e9 extend DECL_GIMPLE_REG_P to all types
The 1 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 | 54 +++++++++++++++++++++++++++ gcc/asan.c | 3 +- gcc/c/ChangeLog | 6 +++ gcc/c/gimple-parser.c | 3 -- gcc/cfgexpand.c | 29 +++++++++++++++ gcc/cgraphunit.c | 5 +-- gcc/cp/ChangeLog | 5 +++ gcc/cp/optimize.c | 2 +- gcc/function.c | 5 +-- gcc/gimple-expr.c | 24 +++--------- gcc/gimplify.c | 46 +---------------------- gcc/ipa-param-manipulation.c | 6 +-- gcc/lto-streamer-out.c | 2 +- gcc/lto/ChangeLog | 6 +++ gcc/lto/lto-common.c | 2 +- gcc/omp-low.c | 1 - gcc/sanopt.c | 1 - gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/gcc.dg/tree-ssa/pr94703.c | 11 ++++++ gcc/tree-cfg.c | 9 ----- gcc/tree-core.h | 2 +- gcc/tree-eh.c | 3 -- gcc/tree-inline.c | 28 +++++++------- gcc/tree-into-ssa.c | 3 +- gcc/tree-nested.c | 3 -- gcc/tree-parloops.c | 2 +- gcc/tree-sra.c | 12 ++---- gcc/tree-ssa-forwprop.c | 6 ++- gcc/tree-ssa.c | 66 +++++++++++++++++---------------- gcc/tree-streamer-in.c | 2 +- gcc/tree-streamer-out.c | 2 +- gcc/tree.h | 4 +- 32 files changed, 194 insertions(+), 164 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr94703.c