This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4dd468a042e c++: Fix -Wtype-limits in templates. new 56b92750f83 combine: Punt on out of range rotate counts [PR93505] new 5fb07870fa4 cgraph: Avoid creating multiple *.localalias aliases with t [...]
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 | 11 +++++++++++ gcc/combine.c | 3 ++- gcc/symtab.c | 14 ++++++++++++-- gcc/testsuite/ChangeLog | 9 +++++++++ gcc/testsuite/gcc.c-torture/compile/pr93505.c | 15 +++++++++++++++ gcc/testsuite/gcc.dg/lto/pr93384_0.c | 12 ++++++++++++ gcc/testsuite/gcc.dg/lto/pr93384_1.c | 2 ++ 7 files changed, 63 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr93505.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr93384_0.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr93384_1.c