This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0e741ee5e7c Fix diagnostics for never-defined inline and nested functio [...] new ce64d738566 genattrtab bit-rot, and if_then_else in values new 31e21880060 PR c/88701 * c-decl.c (build_compound_literal): If not TR [...]
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/ChangeLog | 12 +++ gcc/c/ChangeLog | 6 ++ gcc/c/c-decl.c | 2 +- gcc/genattrtab.c | 188 +++++++++++++++++++++++++++++++---------- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.dg/pr88701.c | 18 ++++ 6 files changed, 185 insertions(+), 46 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr88701.c