This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ced4177d8d0 Daily bump. new d2c67796f22 Expensive selftests: torture testing for fix-it boundary co [...]
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/ChangeLog | 9 ++ gcc/selftest-run-tests.c | 11 +- gcc/selftest.c | 22 +++ gcc/selftest.h | 14 ++ gcc/testsuite/ChangeLog | 7 + .../gcc.dg/plugin/expensive-selftests-1.c | 3 + .../gcc.dg/plugin/expensive_selftests_plugin.c | 175 +++++++++++++++++++++ gcc/testsuite/gcc.dg/plugin/plugin.exp | 2 + 8 files changed, 234 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/plugin/expensive-selftests-1.c create mode 100644 gcc/testsuite/gcc.dg/plugin/expensive_selftests_plugin.c