This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ebb9652 Fix construction of std::function from null pointer-to-member new 2fb9248 2016-01-18 Richard Biener rguenther@suse.de new 214b258 Make SRA scalarize constant-pool loads
The 2 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 | 16 +++++ gcc/lto/ChangeLog | 6 ++ gcc/lto/lto-symtab.c | 3 + gcc/testsuite/ChangeLog | 6 ++ gcc/testsuite/gcc.dg/tree-ssa/sra-17.c | 19 ++++++ gcc/testsuite/gcc.dg/tree-ssa/sra-18.c | 28 +++++++++ gcc/tree-sra.c | 104 +++++++++++++++++++++++++++++++-- 7 files changed, 178 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/sra-17.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/sra-18.c