This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d12fb8a 2017-03-03 Richard Biener rguenther@suse.de new 7125d9a GCSE: Use HOST_WIDE_INT instead of int (PR rtl-optimization/79574). new c159e77 Add -Wdisabled-optimization to loop prefetching pass (PR tree [...] new 368d0a9 Properly handle __cxa_pure_virtual visibility (PR lto/79760).
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 | 22 ++++++++ gcc/gcse.c | 27 ++++++---- gcc/ipa-devirt.c | 17 ++++-- gcc/testsuite/ChangeLog | 10 ++++ .../i386/mpx/vararg-7-ubv.c => gcc.dg/pr79574-2.c} | 12 ++--- gcc/testsuite/gcc.dg/tree-ssa/pr79803.c | 60 ++++++++++++++++++++++ gcc/tree-ssa-loop-prefetch.c | 20 ++++++-- 7 files changed, 141 insertions(+), 27 deletions(-) copy gcc/testsuite/{gcc.target/i386/mpx/vararg-7-ubv.c => gcc.dg/pr79574-2.c} (68%) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr79803.c