This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b7fdb20 2016-04-27 Arnaud Charlet charlet@adacore.com new 21647c2 2016-04-27 Arnaud Charlet charleT@adacore.com new 2606272 2016-04-27 Arnaud Charlet charlet@adacore.com new 8b8be17 2016-04-27 Arnaud Charlet charlet@adacore.com new 886d546 cp/ * constexpr.c (get_fundef_copy): Use the original funct [...] new 46b58ce PR sanitizer/70683 * tree-core.h (enum operand_equal_flag): [...]
The 5 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 | 9 + gcc/ada/ChangeLog | 60 +++ gcc/ada/aa_util.adb | 458 ---------------------- gcc/ada/aa_util.ads | 145 ------- gcc/ada/errout.adb | 1 + gcc/ada/errutil.adb | 3 +- gcc/ada/exp_ch5.adb | 5 +- gcc/ada/exp_util.adb | 44 --- gcc/ada/exp_util.ads | 9 +- gcc/ada/init.c | 11 +- gcc/ada/sem_case.adb | 7 +- gcc/ada/sem_case.ads | 7 +- gcc/ada/sem_ch10.adb | 4 +- gcc/ada/sem_ch13.adb | 36 +- gcc/ada/sem_ch4.adb | 273 ++++++++++++- gcc/ada/sem_prag.adb | 12 + gcc/ada/sinput-l.ads | 4 +- gcc/cp/ChangeLog | 6 + gcc/cp/constexpr.c | 26 +- gcc/fold-const.c | 19 + gcc/testsuite/ChangeLog | 5 + gcc/testsuite/g++.dg/cpp0x/constexpr-recursion3.C | 14 + gcc/testsuite/g++.dg/ubsan/pr63956.C | 4 +- gcc/tree-core.h | 4 +- 24 files changed, 468 insertions(+), 698 deletions(-) delete mode 100644 gcc/ada/aa_util.adb delete mode 100644 gcc/ada/aa_util.ads create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-recursion3.C