This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9f06171a8d6 PR libstdc++/82917 add missing returns in <fstream> new 9c015ccf232 * vr-values.h (VR_INITIALIZER): Move #define here. * gimp [...]
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 | 15 ++ gcc/Makefile.in | 1 + gcc/gimple-ssa-evrp.c | 624 ++++++++++++++++++++++++++++++++++++++++++++++++++ gcc/tree-vrp.c | 600 +----------------------------------------------- gcc/tree-vrp.h | 24 ++ gcc/vr-values.h | 2 + 6 files changed, 672 insertions(+), 594 deletions(-) create mode 100644 gcc/gimple-ssa-evrp.c