This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 208fbc779c7 d: Merge upstream dmd 56589f0f4, druntime 651389b5, phobos [...] new e46f4d7430c diagnostics: Honor #pragma GCC diagnostic in the preprocess [...]
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/c-family/c-common.cc | 14 + gcc/c-family/c-common.h | 2 + gcc/c-family/c-ppoutput.cc | 78 +++- gcc/c-family/c-pragma.cc | 425 ++++++++++++++++----- gcc/c-family/c-pragma.h | 13 +- gcc/cp/parser.cc | 89 +++-- gcc/testsuite/c-c++-common/pragma-diag-11.c | 13 + gcc/testsuite/c-c++-common/pragma-diag-12.c | 10 + .../pragma-diag-13.c} | 5 +- 9 files changed, 503 insertions(+), 146 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pragma-diag-11.c create mode 100644 gcc/testsuite/c-c++-common/pragma-diag-12.c copy gcc/testsuite/{gcc.dg/pragma-diag-5.c => c-c++-common/pragma-diag-13.c} (54%)