This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eee8011 Fix type-dependence and the current instantiation. new ec8b6af PR bootstrap/71071 * fold-const.c (fold_checksum_tree): All [...] new ab7a23f jit: use FINAL and OVERRIDE throughout
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 | 4 + gcc/fold-const.c | 4 +- gcc/jit/ChangeLog | 237 ++++++++++++++++++++ gcc/jit/jit-playback.h | 12 +- gcc/jit/jit-recording.c | 2 +- gcc/jit/jit-recording.h | 495 ++++++++++++++++++++++------------------- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.dg/pr71071.c | 12 + 8 files changed, 538 insertions(+), 233 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr71071.c