This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b9fbd3e libgo: don't have .lo depend on .lo.dep new 7af4d06 c-format.c: suggest the correct format string to use (PR c/64955) new d670f08 text/template: reduce maxExecDepth for gccgo further
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 | 10 + gcc/c-family/ChangeLog | 29 +++ gcc/c-family/c-common.h | 7 + gcc/c-family/c-format.c | 268 ++++++++++++++++++++++-- gcc/c/ChangeLog | 7 + gcc/c/c-lang.c | 22 ++ gcc/go/gofrontend/MERGE | 2 +- gcc/langhooks-def.h | 4 +- gcc/langhooks.h | 3 + gcc/selftest-run-tests.c | 5 + gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.dg/format/diagnostic-ranges.c | 30 ++- libgo/go/text/template/exec.go | 4 +- 13 files changed, 374 insertions(+), 23 deletions(-)