This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cd32d74 [expr.c] PR middle-end/71700: zero-extend sub-word value when [...] new 94ee1e9 Add tests that test boundary values of params
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 | 5 + gcc/Makefile.in | 9 +- gcc/{params-list.h => params-options.h} | 5 +- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.dg/params/blocksort-part.c | 706 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/params/params.exp | 64 +++ 6 files changed, 791 insertions(+), 3 deletions(-) copy gcc/{params-list.h => params-options.h} (92%) create mode 100644 gcc/testsuite/gcc.dg/params/blocksort-part.c create mode 100644 gcc/testsuite/gcc.dg/params/params.exp