This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a96d0f2afe5 Fix ICE in find_taken_edge_computed_goto (PR 84136) new 7b0db09c167 [LVU] Introduce location views new 8f6f363882e [IEPM] Introduce inline entry point markers
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/ChangeLog | 145 ++++++++ gcc/cfgexpand.c | 9 + gcc/common.opt | 7 + gcc/config.in | 6 + gcc/configure | 46 +++ gcc/configure.ac | 18 +- gcc/doc/gimple.texi | 18 + gcc/doc/invoke.texi | 29 ++ gcc/doc/rtl.texi | 24 +- gcc/dwarf2asm.c | 29 ++ gcc/dwarf2asm.h | 4 + gcc/dwarf2out.c | 899 ++++++++++++++++++++++++++++++++++++++++++---- gcc/dwarf2out.h | 4 +- gcc/final.c | 175 ++++++++- gcc/gimple-pretty-print.c | 13 + gcc/gimple.c | 21 ++ gcc/gimple.h | 18 +- gcc/insn-notes.def | 4 + gcc/print-rtl.c | 5 + gcc/rtl.h | 7 +- gcc/toplev.c | 16 + gcc/tree-inline.c | 7 + gcc/tree-ssa-live.c | 27 +- gcc/var-tracking.c | 1 + include/ChangeLog | 9 + include/dwarf2.def | 2 + include/dwarf2.h | 8 + 27 files changed, 1454 insertions(+), 97 deletions(-)