From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B315B383F843; Sun, 17 May 2020 17:02:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B315B383F843 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1589734932; bh=lL7bV58R+n4FAY+yuZvYlsLrrHOnc8bSlHe+TCDHf34=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Gd3/ts3R3nBygg7yXzDGMhGqWCiSGOAu/i5uil9jkWqVpzLQ1glppXU1uoHFP4nTH IR/+Ex79N+jC37QQWE53CkXb1cypYKzbSNWgE1Z6P8nduU8LfChwbm/s2PHyHjFcGJ HoXOr8PY2QJ5SiK5SarGr2b1SZElsBf0VlfLnbr0= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/95166] libphobos: core.cpuid.{cores,threads}PerCPU() returns wrong value Date: Sun, 17 May 2020 17:02:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 10.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2020 17:02:12 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95166 --- Comment #1 from CVS Commits --- The master branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:e977a5df5bae2bce6e3e95456f5da0dbfdd02934 commit r11-445-ge977a5df5bae2bce6e3e95456f5da0dbfdd02934 Author: Iain Buclaw 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=