This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fe610051a80 Change the type of memory classification functions to bool new fedcf3c476a tree-optimization/101373 - avoid PRE across externally thro [...] new 47113773456 produce simple DOT graphs from SLP trees
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/dump-context.h | 2 +- gcc/dumpfile.c | 4 ++-- gcc/gcse.c | 3 ++- gcc/postreload-gcse.c | 4 +++- gcc/testsuite/g++.dg/torture/pr101373.C | 33 +++++++++++++++++++++++++++ gcc/testsuite/gnat.dg/opt95.adb | 40 +++++++++++++++++++++++++++++++++ gcc/tree-ssa-pre.c | 34 +++++++++++++++++----------- gcc/tree-vect-slp.c | 38 +++++++++++++++++++++++++++++++ 8 files changed, 140 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr101373.C create mode 100644 gcc/testsuite/gnat.dg/opt95.adb