This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dac01e1 jit: fix build after r233218 (build_common_tree_nodes) new 86e0b12 PR preprocessor/69664: fix rich_location::override_column new 26abce1 PR ipa/69239 * g++.dg/ipa/pr69239.C: New test.
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/testsuite/ChangeLog | 11 +++++ gcc/testsuite/g++.dg/ipa/pr69239.C | 71 +++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/cpp/trad/comment-2.c | 2 +- gcc/testsuite/gcc.dg/cpp/warn-comments.c | 4 +- libcpp/ChangeLog | 9 ++++ libcpp/errors.c | 3 +- libcpp/line-map.c | 11 ++++- 7 files changed, 106 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ipa/pr69239.C