This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d94e622 [gcc] new 5b4b474 ira.c tidies: move pdx_subregs into reg_equiv new bd8bdc7 ira.c tidies: split update_reg_equivs new 6574722 ira.c tidies: validate_equiv_mem_from_store new 1b8aec7 ira.c combine_and_move_insns, and ordering of functions new 0327cdb ira.c use DF infrastructure for combine_and_move_insns new 7563075 ira.c validate_equiv_mem new 0c4005b /cp 2016-04-29 Paolo Carlini paolo.carlini@oracle.com new b662dac Goodbye REG_LIVE_LENGTH new 32305c3 Goodbye REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED
The 9 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 | 73 ++++ gcc/cp/ChangeLog | 8 + gcc/cp/class.c | 49 +-- gcc/ira.c | 520 +++++++++++------------- gcc/regs.h | 23 -- gcc/regstat.c | 162 +------- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/g++.dg/cpp0x/nsdmi-anon-struct1.C | 48 +++ 8 files changed, 410 insertions(+), 478 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-anon-struct1.C