This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch in repository gcc.
from ec000f80849 2019-01-15 Dominique d'Humieres dominiq@gcc.gnu.org new c4e00d250c4 Fix diagnostics for never-defined inline and nested functio [...]
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 | 12 ++++++++++ gcc/c/c-decl.c | 5 ++-- gcc/testsuite/ChangeLog | 9 ++++++++ gcc/testsuite/gcc.dg/inline-40.c | 49 ++++++++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/inline-41.c | 49 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 122 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/inline-40.c create mode 100644 gcc/testsuite/gcc.dg/inline-41.c