This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 07dd185755a libstdc++: Improve static assert messages new 8f51cf38bb9 preprocessor: Fix pp-number lexing of digit separators [PR8 [...]
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/g++.dg/cpp1y/digit-sep-line-neg.C | 1 + gcc/testsuite/g++.dg/cpp1y/digit-sep-neg-2.C | 4 ++++ gcc/testsuite/g++.dg/cpp1y/digit-sep-neg.C | 3 ++- gcc/testsuite/g++.dg/cpp1y/digit-sep-pp-number.C | 17 +++++++++++++++++ libcpp/expr.c | 6 +----- libcpp/lex.c | 14 ++++++++++++-- 6 files changed, 37 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/digit-sep-neg-2.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/digit-sep-pp-number.C