This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1b5b02be574 cobol: Further fixes for cobol cross-compilation from 32-bi [...] new 639376154ea d: Fix infinite loop in isAliasThisTuple new 7767158577f libphobos: Merge with upstream phobos 35977c802
The 2 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/dmd/MERGE | 2 +- gcc/d/dmd/expressionsem.d | 30 +++++++------ gcc/testsuite/gdc.test/compilable/test21153.d | 8 ++++ libphobos/src/MERGE | 2 +- libphobos/src/Makefile.am | 17 +++---- libphobos/src/Makefile.in | 19 ++++---- libphobos/src/std/file.d | 4 +- libphobos/src/std/internal/windows/bcrypt.d | 65 +++++++++++++++++++++++++++ libphobos/src/std/random.d | 18 +------- 9 files changed, 115 insertions(+), 50 deletions(-) create mode 100644 gcc/testsuite/gdc.test/compilable/test21153.d create mode 100644 libphobos/src/std/internal/windows/bcrypt.d