This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a151245 2015-09-16 Paolo Carlini paolo.carlini@oracle.com new 12373dd compiler: Don't crash on malformed numeric constants. new 3149d5c [PATCH] Move code out of tree-ssa-dom into tree-ssa-scopedtables new c208367 2015-09-16 John Marino gnugcc@marino.st
The 3 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 | 20 + gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 29 +- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gfortran.dg/read_dir.f90 | 2 +- gcc/tree-ssa-dom.c | 760 +-------------------------------- gcc/tree-ssa-scopedtables.c | 627 +++++++++++++++++++++++++++ gcc/tree-ssa-scopedtables.h | 121 ++++++ 8 files changed, 803 insertions(+), 762 deletions(-)