This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 835111a PR c++/67164 - clean up dead code new f5b88ba Add sreal to selftests new 77ddb3e Add selftests for fibonacci_heap new 6356df8 Enhance documentation of -fipa-ra option.
The 3 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 | 26 +++ gcc/Makefile.in | 1 + gcc/doc/invoke.texi | 8 +- gcc/fibonacci_heap.c | 290 +++++++++++++++++++++++++++++ gcc/fibonacci_heap.h | 37 +++- gcc/selftest-run-tests.c | 2 + gcc/selftest.h | 2 + gcc/sreal.c | 112 +++++++++++ gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.dg/plugin/plugin.exp | 1 - gcc/testsuite/gcc.dg/plugin/sreal-test-1.c | 8 - gcc/testsuite/gcc.dg/plugin/sreal_plugin.c | 170 ----------------- 12 files changed, 473 insertions(+), 190 deletions(-) create mode 100644 gcc/fibonacci_heap.c delete mode 100644 gcc/testsuite/gcc.dg/plugin/sreal-test-1.c delete mode 100644 gcc/testsuite/gcc.dg/plugin/sreal_plugin.c