This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 03d2b1d7974 tree-optimization/93439 move clique bookkeeping to OMP expansion new b00c3228041 tree-optimization/93381 fix integer offsetting in points-to [...] new b8c42b4d0a2 middle-end/90648 fend off builtin calls with not enough arg [...]
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 | 18 ++++++++++++++++++ gcc/genmatch.c | 22 ++++++++++++++-------- gcc/testsuite/ChangeLog | 16 ++++++++++++++++ gcc/testsuite/gcc.dg/pr90648.c | 8 ++++++++ gcc/testsuite/gcc.dg/torture/pr93381.c | 25 +++++++++++++++++++++++++ gcc/tree-ssa-structalias.c | 14 ++++++++------ 6 files changed, 89 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr90648.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr93381.c