This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7ad6dda6042 compiler: fix a typo in comments new a268d555b47 Fix ICE with #line directive (PR c/89410)
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/ChangeLog | 9 +++++++++ gcc/diagnostic-show-locus.c | 9 ++++++--- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.dg/pr89410-1.c | 9 +++++++++ gcc/testsuite/gcc.dg/pr89410-2.c | 13 +++++++++++++ libcpp/ChangeLog | 6 ++++++ libcpp/include/line-map.h | 7 +++++-- 7 files changed, 54 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr89410-1.c create mode 100644 gcc/testsuite/gcc.dg/pr89410-2.c