This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 519627d gcc/Changelog new 71a4521 compiler: Mark erroneous constants as invalid. new bd66724 PR c/67432 * c-parser.c (c_parser_enum_specifier): Give a b [...]
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/c/ChangeLog | 6 ++++ gcc/c/c-parser.c | 11 +++++++- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 59 ++++++++++++++++++++++++++++++++++------ gcc/go/gofrontend/expressions.h | 11 +++++++- gcc/testsuite/ChangeLog | 5 ++++ gcc/testsuite/gcc.dg/pr67432.c | 6 ++++ 7 files changed, 88 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr67432.c