This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allyesconfig in repository toolchain/ci/gcc.
from 406b452dc0e testsuite, Objective-C : Amend PR23214 for Darwin11. adds faab61b585a Daily bump. adds 26285af40f9 Mare return to clear EAF_UNUSED flag. adds 253c415a1ac Do not put reload insns in the last empty BB. adds 82b6d25d289 Remove duplicate vr_values::extract_range_builtin code. adds baf38d2e363 c++: Check abstract type only on object creation. [PR86252] adds c454324bff9 VAX: Correct a typo in PIC symbolic addition operand checks adds 075fdf85245 VAX: Fix a typo in NO_EXTERNAL_INDIRECT_ADDRESS adds 9ba5e926907 VAX/testsuite: Fix compilation options for `bswapdi-1.c' adds 8b3be949a56 VAX: Use `rtx_code' to hold the RTL expression code in `vax [...] adds 6403e02510f testsuite: Update scanning symbol sections to support AIX. adds 9243f0fba68 testsuite: fix ipa/modref-2.c on ilp32 adds 814949ddcea MSP430: Define function to check 16-bit hwmult support adds c746fc40f4e MSP430: Fix inconsistent naming of hwmult libfuncs
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 70 ++++++ gcc/DATESTAMP | 2 +- gcc/config/msp430/msp430.c | 71 +++--- gcc/config/vax/vax.c | 6 +- gcc/cp/call.c | 59 +++-- gcc/cp/decl.c | 24 +- gcc/cp/pt.c | 9 - gcc/cp/typeck2.c | 159 +------------ gcc/ipa-modref.c | 6 +- gcc/lra.c | 16 +- gcc/testsuite/ChangeLog | 34 +++ gcc/testsuite/g++.dg/gomp/tls-5.C | 4 +- gcc/testsuite/g++.dg/opt/const4.C | 2 +- gcc/testsuite/g++.dg/other/abstract1.C | 29 ++- gcc/testsuite/g++.dg/other/abstract2.C | 57 ++--- gcc/testsuite/g++.dg/other/abstract4.C | 4 +- gcc/testsuite/g++.dg/other/abstract5.C | 2 +- gcc/testsuite/g++.dg/other/abstract8.C | 40 ++++ gcc/testsuite/g++.dg/template/sfinae-dr657.C | 9 +- gcc/testsuite/g++.old-deja/g++.other/decl3.C | 2 +- gcc/testsuite/gcc.c-torture/execute/pr97836.c | 17 ++ gcc/testsuite/gcc.dg/20021029-1.c | 2 +- gcc/testsuite/gcc.dg/array-quals-1.c | 40 ++-- gcc/testsuite/gcc.dg/ipa/modref-2.c | 5 +- gcc/testsuite/gcc.dg/pr25376.c | 2 +- .../gcc.target/msp430/rtx-cost-Os-f5series.c | 2 +- gcc/testsuite/gcc.target/vax/bswapdi-1.c | 2 + gcc/testsuite/lib/scanasm.exp | 2 +- gcc/vr-values.c | 246 ++------------------- gcc/vr-values.h | 2 +- libgcc/config/msp430/lib2hw_mul.S | 12 +- libgomp/ChangeLog | 13 ++ .../20_util/result_of/sfinae_friendly_1.cc | 10 +- 33 files changed, 407 insertions(+), 553 deletions(-) create mode 100644 gcc/testsuite/g++.dg/other/abstract8.C create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr97836.c