This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bc5fc4877c9 * go-gcc.cc (Gcc_backend::convert_tree): New private metho [...] new 8bb0f4a9630 PR c/84100 * common.opt (falign-functions=, falign-jumps= [...] new 42dc1e149ee PR preprocessor/69869 * traditional.c (skip_macro_block_c [...]
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 | 6 ++++++ gcc/common.opt | 8 ++++---- gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/gcc.dg/cpp/trad/pr69869.c | 8 ++++++++ gcc/testsuite/gcc.dg/pr84100.c | 14 ++++++++++++++ libcpp/ChangeLog | 8 ++++++++ libcpp/traditional.c | 18 +++++++++++++----- 7 files changed, 61 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/cpp/trad/pr69869.c create mode 100644 gcc/testsuite/gcc.dg/pr84100.c