This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8681436 [hsa] Fix hsa function cloning test new cfdb4ab Reduce the size of variant, it doesn't need an index of type [...] new a19c4dc 2017-01-11 Richard Biener rguenther@suse.de new b0f26d5 PR rtl-optimization/79032 * lra-constraints.c (simplify_ope [...]
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 | 7 + gcc/c/ChangeLog | 6 + gcc/c/gimple-parser.c | 172 +++++++++++---------- gcc/lra-constraints.c | 8 +- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.c-torture/execute/20170111-1.c | 33 ++++ libstdc++-v3/ChangeLog | 20 +++ libstdc++-v3/include/std/variant | 28 +++- .../value.cc => variant/index_type.cc} | 14 +- 9 files changed, 192 insertions(+), 100 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/20170111-1.c copy libstdc++-v3/testsuite/20_util/{is_swappable/value.cc => variant/index_type.c [...]