This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0179c74731b PR middle-end/78468 * emit-rtl.c (init_emit): Remove ??? [...] new 466432a3448 poly_int: add poly-int.h new 349c228768e Daily bump.
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 | 34 + gcc/DATESTAMP | 2 +- gcc/Makefile.in | 2 +- gcc/coretypes.h | 15 + gcc/doc/gccint.texi | 2 + gcc/doc/poly-int.texi | 1048 +++++ gcc/doc/rtl.texi | 9 + gcc/doc/tm.texi | 6 + gcc/doc/tm.texi.in | 2 + gcc/genmodes.c | 6 + gcc/poly-int-types.h | 83 + gcc/poly-int.h | 2601 +++++++++++ gcc/selftest.h | 38 + gcc/target.def | 8 + gcc/target.h | 15 + gcc/targhooks.c | 8 + gcc/targhooks.h | 1 + gcc/testsuite/ChangeLog | 15 + gcc/testsuite/gcc.dg/plugin/plugin.exp | 7 + gcc/testsuite/gcc.dg/plugin/poly-int-01_plugin.c | 21 + gcc/testsuite/gcc.dg/plugin/poly-int-02_plugin.c | 18 + gcc/testsuite/gcc.dg/plugin/poly-int-03_plugin.c | 18 + gcc/testsuite/gcc.dg/plugin/poly-int-04_plugin.c | 18 + gcc/testsuite/gcc.dg/plugin/poly-int-05_plugin.c | 18 + gcc/testsuite/gcc.dg/plugin/poly-int-06_plugin.c | 26 + gcc/testsuite/gcc.dg/plugin/poly-int-07_plugin.c | 18 + .../{wide-int-test-1.c => poly-int-test-1.c} | 1 - gcc/testsuite/gcc.dg/plugin/poly-int-tests.h | 4778 ++++++++++++++++++++ gcc/wide-int.h | 60 +- 29 files changed, 8864 insertions(+), 14 deletions(-) create mode 100644 gcc/doc/poly-int.texi create mode 100644 gcc/poly-int-types.h create mode 100644 gcc/poly-int.h create mode 100644 gcc/testsuite/gcc.dg/plugin/poly-int-01_plugin.c create mode 100644 gcc/testsuite/gcc.dg/plugin/poly-int-02_plugin.c create mode 100644 gcc/testsuite/gcc.dg/plugin/poly-int-03_plugin.c create mode 100644 gcc/testsuite/gcc.dg/plugin/poly-int-04_plugin.c create mode 100644 gcc/testsuite/gcc.dg/plugin/poly-int-05_plugin.c create mode 100644 gcc/testsuite/gcc.dg/plugin/poly-int-06_plugin.c create mode 100644 gcc/testsuite/gcc.dg/plugin/poly-int-07_plugin.c copy gcc/testsuite/gcc.dg/plugin/{wide-int-test-1.c => poly-int-test-1.c} (66%) create mode 100644 gcc/testsuite/gcc.dg/plugin/poly-int-tests.h