This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f5b25e15165a Make profile estimation more precise new 852f0ae80555 Fix ICE caused by swallowing a token in c_parser_consume_token
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/c/ChangeLog | 6 ++++++ gcc/c/c-parser.c | 6 +++++- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/c-c++-common/pr92833-1.c | 4 ++++ gcc/testsuite/c-c++-common/pr92833-2.c | 4 ++++ gcc/testsuite/c-c++-common/pr92833-3.c | 4 ++++ gcc/testsuite/c-c++-common/pr92833-4.c | 7 +++++++ 7 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/c-c++-common/pr92833-1.c create mode 100644 gcc/testsuite/c-c++-common/pr92833-2.c create mode 100644 gcc/testsuite/c-c++-common/pr92833-3.c create mode 100644 gcc/testsuite/c-c++-common/pr92833-4.c