This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6e814eeea3e Fix typo in m4/druntime/cpu.m4 new 0eee1ea04c1 PR tree-optimization/90037 * Makefile.in (OBJS): Remove t [...]
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 | 9 + gcc/Makefile.in | 1 - gcc/passes.def | 27 +- gcc/testsuite/ChangeLog | 9 + gcc/testsuite/gcc.dg/pr90037.c | 161 ++++++++ gcc/testsuite/gcc.dg/tree-ssa/20030710-1.c | 10 +- gcc/testsuite/gcc.dg/tree-ssa/isolate-2.c | 6 +- gcc/testsuite/gcc.dg/tree-ssa/isolate-4.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/pr19431.c | 2 +- gcc/tree-ssa-phionlycprop.c | 580 ----------------------------- 10 files changed, 199 insertions(+), 610 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr90037.c delete mode 100644 gcc/tree-ssa-phionlycprop.c