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 89a6f6b791f Daily bump. new 574d52a9b6e tree-profile: Disable indirect call profiling for IFUNC resolvers new 514c725ef54 middle-end/114599 - fix bitmap allocation for check_ifunc_c [...]
The 2 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/cgraph.h | 9 +++- gcc/cgraphunit.c | 2 + gcc/symtab.c | 92 +++++++++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr114115.c | 24 +++++++++++ gcc/tree-profile.c | 8 +++- 5 files changed, 133 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr114115.c