This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 625c5395ad0 PR tree-optimization/83603 - ICE in builtin_memref at gcc/g [...] new 1b72cfd11cd PR tree-optimization/83655 - ICE on an invalid call to memc [...] new 4946468377b * gimple-ssa-sprintf.c (parse_directive): Cast second dir. [...]
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/gimple-ssa-sprintf.c | 2 +- gcc/gimple-ssa-warn-restrict.c | 13 ++- gcc/testsuite/ChangeLog | 6 ++ gcc/testsuite/c-c++-common/builtins.c | 193 ++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/Wrestrict-5.c | 43 ++++++++ 6 files changed, 265 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/builtins.c create mode 100644 gcc/testsuite/gcc.dg/Wrestrict-5.c