This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4f61dcff8e1 libphobos: Add missing PWD_COMMAND to Makefile. new e97a87f60be D: Implement GCC emutls in druntime new 559783f6ca9 2019-04-25 Richard Biener rguenther@suse.de new 44bd0a26b9e 2019-04-24 Richard Biener rguenther@suse.de
The 3 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 | 12 + gcc/gimple-fold.c | 8 +- gcc/match.pd | 7 + gcc/testsuite/ChangeLog | 5 + gcc/testsuite/g++.dg/torture/pr90194.C | 18 ++ libphobos/ChangeLog | 9 + libphobos/libdruntime/Makefile.am | 3 +- libphobos/libdruntime/Makefile.in | 13 +- libphobos/libdruntime/gcc/emutls.d | 316 +++++++++++++++++++++ libphobos/libdruntime/gcc/gthread.d | 127 +++++++++ libphobos/libdruntime/gcc/sections/elf_shared.d | 89 ++++-- .../libphobos.allocations/tls_gc_integration.d | 50 ++++ 12 files changed, 614 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr90194.C create mode 100644 libphobos/libdruntime/gcc/emutls.d create mode 100644 libphobos/libdruntime/gcc/gthread.d create mode 100644 libphobos/testsuite/libphobos.allocations/tls_gc_integration.d