This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fd118f4c54c Fortran: Reject missing comma in format. new 927625d007f Support for 64-bit location_t: libcpp preliminaries new c93eb81c9ed libcpp: Fix potential unaligned access in cpp_buffer new 9262b6e4e5f Support for 64-bit location_t: Frontend parts new cd86dd5f43f Support for 64-bit location_t: Analyzer parts new c488e23f663 Support for 64-bit location_t: C++ modules parts new af6665e1fdc gimple: Handle tail padding when computing gimple_ops_offset new 18cace46740 libcpp: Fix ICE lexing invalid raw string in a deferred pra [...]
The 7 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/analyzer/checker-event.cc | 4 +- gcc/analyzer/checker-path.cc | 5 +- gcc/c-family/c-indentation.cc | 5 - gcc/c-family/c-lex.cc | 10 +- gcc/cp/module.cc | 227 ++++++++++++--------- gcc/gimple.cc | 34 ++- .../c-c++-common/raw-string-directive-3.c | 8 + .../c-c++-common/raw-string-directive-4.c | 8 + libcpp/include/line-map.h | 86 ++++---- libcpp/internal.h | 1 + libcpp/lex.cc | 13 +- libcpp/line-map.cc | 137 +++++++------ libcpp/macro.cc | 4 +- 13 files changed, 323 insertions(+), 219 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/raw-string-directive-3.c create mode 100644 gcc/testsuite/c-c++-common/raw-string-directive-4.c