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 d54cc1f43e5 middle-end/105165 - sorry instead of ICE for _Complex asm goto new cf6c8127186 tree-optimization/104880 - update-address-taken and cmpxchg new b3eb889978c rtl-optimization/105028 - fix compile-time hog in form_thre [...] new 57b62cd299a tree-optimization/105070 - annotate bit cluster tests with [...]
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/ira-color.c | 71 ++++++++++++++---------------------- gcc/testsuite/g++.dg/opt/pr104880.cc | 43 ++++++++++++++++++++++ gcc/tree-ssa.c | 16 ++++++-- gcc/tree-switch-conversion.c | 28 ++++++++------ gcc/tree-switch-conversion.h | 3 +- 5 files changed, 102 insertions(+), 59 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr104880.cc