This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from be5efe9c12c Fix ICE of insn does not satisfy its constraints. new d66a703c8ba tree-inline: Fix up __builtin_va_arg_pack handling [PR100898] new e1521b170b4 fold-const: Fix up fold_read_from_vector [PR100887]
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/fold-const.c | 3 +++ gcc/testsuite/g++.dg/ext/va-arg-pack-3.C | 18 ++++++++++++++++++ gcc/testsuite/gcc.dg/pr100887.c | 14 ++++++++++++++ gcc/tree-inline.c | 22 ++++++++++++---------- 4 files changed, 47 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/va-arg-pack-3.C create mode 100644 gcc/testsuite/gcc.dg/pr100887.c