This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a788aa5f3d8 * builtins.c (unterminated_array): New. (expand_builtin_s [...] new 50e577122ed * builtins.c (unterminated_array): Handle ARRAY_REF. (exp [...]
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 | 10 + gcc/builtins.c | 14 +- gcc/builtins.h | 1 + gcc/gimple-fold.c | 33 ++- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.dg/warn-stpcpy-no-nul.c | 324 ++++++++++++++++++++++++++++++ 6 files changed, 380 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/warn-stpcpy-no-nul.c