https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95168
--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Iain Buclaw <ibuc...@gcc.gnu.org>: https://gcc.gnu.org/g:e977a5df5bae2bce6e3e95456f5da0dbfdd02934 commit r11-445-ge977a5df5bae2bce6e3e95456f5da0dbfdd02934 Author: Iain Buclaw <ibuc...@gdcproject.org> Date: Sun May 17 18:49:19 2020 +0200 libphobos: Merge upstream druntime 5cc061a8, phobos 64ed4684f - core.cpuid has been fixed to not use i7 detection on AMD processors. - std.net.curl has been fixed to correctly handle HTTP/2 status lines. - std.zip has had a test fixed to not rely on unzip being installed. Fixes: PR d/95166 PR d/95167 PR d/95168 Reviewed-on: https://github.com/dlang/druntime/pull/3107 https://github.com/dlang/phobos/pull/7486