This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7fa9fd47f16 modula2: Tidyup gm2-compiler/M2MetaError.mod new 65c5bbe1c92 diagnostics: libcpp: Improve locations for _Pragma lexing d [...]
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/testsuite/c-c++-common/cpp/diagnostic-pragma-1.c | 9 ++++----- .../c-c++-common/cpp/pragma-diagnostic-loc.c | 17 +++++++++++++++++ gcc/testsuite/g++.dg/pch/operator-1.C | 8 +++++++- libcpp/directives.cc | 7 +++++++ libcpp/errors.cc | 20 ++++++++++++++------ libcpp/internal.h | 4 ++++ 6 files changed, 53 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/pragma-diagnostic-loc.c