This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d7e443fded8 PR c++/88120 - ICE when calling save_expr in a template. [...] new cdfc6004534 [RS6000] Use config/linux.h for powerpc*-*-linux* new 07e3030cd8b PR 87756 - missing unterminated argument warning using addr [...] new c2a1118389b syscall: always define WEXITED and WNOWAIT on GNU/Linux
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/ChangeLog | 24 ++++++++++ gcc/config.gcc | 2 +- gcc/config/rs6000/linux.h | 23 +++++---- gcc/config/rs6000/linux64.h | 25 ++-------- gcc/config/rs6000/sysv4.h | 10 ++-- gcc/expr.c | 10 +++- gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 10 +++- gcc/testsuite/gcc.dg/warn-sprintf-no-nul-2.c | 61 ------------------------ gcc/testsuite/gcc.dg/warn-sprintf-no-nul-3.c | 71 ++++++++++++++++++++++++++++ libgo/mksysinfo.sh | 9 ++++ 11 files changed, 144 insertions(+), 103 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/warn-sprintf-no-nul-3.c