This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from c54f95a7984 Daily bump. new b6950623cd1 tree-optimization/103641 - improve vect_synth_mult_by_constant new 24ec11aec20 debug/104337 - avoid messing with the abstract origin chain in NRV new cfc310faea6 middle-end/104402 - split out _Complex compares from COND_EXPRs new 070bb453f1c target/104453 - guard call folding with NULL LHS new d2618559435 tree-optimization/104511 - avoid FP to DFP conversion for V [...] new c4ac43fad3d middle-end/104786 - ICE with asm and VLA new 6a1150d1524 ada/104861 - use target_noncanonial for Target_Name
The 7 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/ada/gcc-interface/Makefile.in | 3 ++- gcc/cfgexpand.c | 4 +++- gcc/config/i386/i386.c | 2 ++ gcc/gimple-expr.c | 20 +++++++++++++------- gcc/testsuite/gcc.dg/debug/pr104337.c | 15 +++++++++++++++ gcc/testsuite/gcc.dg/pr104511.c | 16 ++++++++++++++++ gcc/testsuite/gcc.dg/pr104786.c | 8 ++++++++ gcc/testsuite/gcc.dg/torture/pr104402.c | 8 ++++++++ gcc/testsuite/gcc.target/i386/pr104453.c | 11 +++++++++++ gcc/tree-cfg.c | 9 +++++---- gcc/tree-nrv.c | 13 ------------- gcc/tree-ssa-forwprop.c | 9 +++++++++ gcc/tree-vect-patterns.c | 14 +++++++------- 13 files changed, 99 insertions(+), 33 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/debug/pr104337.c create mode 100644 gcc/testsuite/gcc.dg/pr104511.c create mode 100644 gcc/testsuite/gcc.dg/pr104786.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr104402.c create mode 100644 gcc/testsuite/gcc.target/i386/pr104453.c