This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7be58529b37 Daily bump. new 59a26d9a751 d/dmd: Merge upstream dmd c185f9df1 new fc11fa1709f d: Add -fbuilding-libphobos-tests option new 63b6926e80f libphobos: Replace library check programs with dg-runtest new d1e6a9141d9 libphobos: Parallelize the libphobos testsuite
The 4 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/d/ChangeLog | 14 + gcc/d/d-tree.h | 7 +- gcc/d/decl.cc | 25 + gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/cond.h | 2 + gcc/d/lang.opt | 4 + gcc/d/modules.cc | 80 ++- libphobos/ChangeLog | 62 ++ libphobos/configure | 32 +- libphobos/configure.ac | 2 - libphobos/d_rules.am | 32 - libphobos/libdruntime/Makefile.am | 42 -- libphobos/libdruntime/Makefile.in | 742 +-------------------- libphobos/src/Makefile.am | 39 -- libphobos/src/Makefile.in | 469 +------------ libphobos/testsuite/Makefile.am | 108 ++- libphobos/testsuite/Makefile.in | 185 +++-- libphobos/testsuite/lib/libphobos.exp | 27 + libphobos/testsuite/libphobos.aa/aa.exp | 2 - libphobos/testsuite/libphobos.cycles/cycles.exp | 4 +- .../testsuite/libphobos.druntime/druntime.exp | 22 +- .../libphobos.druntime_shared/druntime_shared.exp | 23 +- libphobos/testsuite/libphobos.hash/hash.exp | 2 - .../testsuite/libphobos.init_fini/init_fini.exp | 2 - .../testsuite/libphobos.phobos/phobos.exp | 22 +- .../libphobos.phobos_shared/phobos_shared.exp | 23 +- libphobos/testsuite/libphobos.shared/shared.exp | 24 +- libphobos/testsuite/libphobos.thread/thread.exp | 2 - .../testsuite/libphobos.typeinfo/typeinfo.exp | 2 - .../testsuite/libphobos.unittests/unittests.exp | 53 -- libphobos/testsuite/test_runner.d | 95 --- libphobos/testsuite/testsuite_flags.in | 3 +- 32 files changed, 543 insertions(+), 1610 deletions(-) copy gcc/testsuite/g++.target/riscv/riscv.exp => libphobos/testsuite/libphobos.dru [...] copy gcc/testsuite/g++.target/riscv/riscv.exp => libphobos/testsuite/libphobos.dru [...] copy gcc/testsuite/g++.target/riscv/riscv.exp => libphobos/testsuite/libphobos.pho [...] copy gcc/testsuite/g++.target/riscv/riscv.exp => libphobos/testsuite/libphobos.pho [...] delete mode 100644 libphobos/testsuite/libphobos.unittests/unittests.exp delete mode 100644 libphobos/testsuite/test_runner.d