This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 54af95767e8 debug/94450 - remove DW_TAG_imported_unit generated in LTRA [...] new 75efe9cb1f8 c/94392 - only enable -ffinite-loops for C++
The 1 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 | 19 +++++++++++++++++++ gcc/c-family/ChangeLog | 6 ++++++ gcc/c-family/c-opts.c | 4 ++++ gcc/cfgloop.h | 4 ++++ gcc/cfgloopmanip.c | 1 + gcc/common.opt | 2 +- gcc/doc/invoke.texi | 3 ++- gcc/ipa-icf-gimple.c | 2 ++ gcc/lto-streamer-in.c | 1 + gcc/lto-streamer-out.c | 1 + gcc/opts.c | 1 - gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/torture/pr94392.c | 22 ++++++++++++++++++++++ gcc/tree-cfg.c | 3 +++ gcc/tree-ssa-loop-niter.c | 2 +- 15 files changed, 72 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr94392.c