This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c7fd6c4369e Only add inferred ranges if they change the value. new 568b3b30218 middle-end: Handle resized PHI nodes in loop_version() new eaefc8f322e final: Fix call to INSN_LOCATION on a NOTE rtl new 5c8b9788175 Support for 64-bit location_t: RTL parts new 85018b146cd Support for 64-bit location_t: libgdiagnostics parts
The 4 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/alias.cc | 5 +++++ gcc/cfgrtl.cc | 3 +-- gcc/config/alpha/alpha.cc | 1 + gcc/config/ia64/ia64.cc | 1 + gcc/config/rs6000/rs6000.cc | 25 +++++++++++++++---------- gcc/cse.cc | 9 +++++++++ gcc/cselib.cc | 10 ++++++++++ gcc/emit-rtl.cc | 5 +++-- gcc/final.cc | 5 ++++- gcc/genattrtab.cc | 4 ++++ gcc/genemit.cc | 4 ++++ gcc/gengenrtl.cc | 6 ++++++ gcc/gengtype.cc | 5 +++++ gcc/genpeep.cc | 2 ++ gcc/genrecog.cc | 6 +++--- gcc/gensupport.cc | 9 ++++++--- gcc/jump.cc | 5 +++++ gcc/libgdiagnostics.cc | 4 ++-- gcc/loop-invariant.cc | 2 ++ gcc/lra-constraints.cc | 5 +++++ gcc/lra.cc | 4 ++++ gcc/print-rtl.cc | 19 ++++++++++++++++--- gcc/print-rtl.h | 1 + gcc/read-rtl-function.cc | 13 ++++++++----- gcc/read-rtl.cc | 4 ++++ gcc/reload.cc | 5 +++++ gcc/rtl.cc | 18 +++++++++--------- gcc/rtl.def | 12 ++++++------ gcc/rtl.h | 32 ++++++++++++++++++-------------- gcc/rtlhash.cc | 3 +++ gcc/tree-parloops.cc | 40 +++++++++++++++++++++++++--------------- gcc/tree-ssa-loop-split.cc | 7 +++++++ gcc/tree-vect-loop-manip.cc | 8 ++++++++ gcc/tree-vectorizer.cc | 23 +++++++++++++++++++++++ gcc/tree-vectorizer.h | 1 + gcc/var-tracking.cc | 8 ++++++++ 36 files changed, 239 insertions(+), 75 deletions(-)