This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d7993d8 * go-lang.c (go_langhook_init_options_struct): Default to - [...] new ee49ca6 PR lto/69254 * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS [...] new 7795ac5 compiler: Accept map composite literals with omitted key [...] new eec9642 libcpp: use better locations for _Pragma tokens (preprocessor/69126)
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 | 10 ++++ gcc/asan.c | 3 ++ gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 82 ++++++-------------------------- gcc/go/gofrontend/expressions.h | 91 ++++++++++++++++++++++++++++++++++++ gcc/go/gofrontend/parse.cc | 15 +++--- gcc/sanitizer.def | 7 +++ gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/c-c++-common/pr69126.c | 22 +++++++++ gcc/tree-streamer-in.c | 21 ++++++--- libcpp/ChangeLog | 12 +++++ libcpp/directives.c | 13 ++++-- libcpp/internal.h | 2 +- libcpp/macro.c | 2 +- 14 files changed, 202 insertions(+), 85 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr69126.c