This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 76c125f PR middle-end/78245 - missing -Wformat-length on an overflow [...] new d9c240c PR c++/77598 new 2f3482d PR middle-end/78138 - missing warnings on buffer overflow wit [...] new d0fdf9e PR testsuite/78960 - FAIL: gcc.dg/tree-ssa/builtin-sprintf.c [...]
The 3 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/testsuite/ChangeLog | 13 +++++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-ref11.C | 26 +++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr78138.c | 22 +++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf.c | 6 ++++-- gcc/testsuite/gcc.dg/tree-ssa/pr78622.c | 4 +++- 5 files changed, 68 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-ref11.C create mode 100644 gcc/testsuite/gcc.dg/pr78138.c