From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5C66B385DC0A; Wed, 1 Apr 2020 21:10:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5C66B385DC0A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1585775414; bh=Zn8pXrruvLkIcG8Y+UlWVLKZGQVjhqJJecTThGuUSOU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=m0MtUnjPYISgVcoq2DdLRooUieliSFsuUaRguRjE9YPIr3Jaf6aWAgzQ28UFARlnt 3d/+jywpYxDzB86d/uwuk4SE/BHfVlsj3sXMTNEMYfWzg6hxGCSYp1fsP3sUTQWAdF 9RHDSYIGlja3rmSaJbo547PdrkjMRSybX/gDTOrw= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/94321] gdc.dg/pr92216.d FAILs on 32-bit targets Date: Wed, 01 Apr 2020 21:10:14 +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.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: 10.0 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: Wed, 01 Apr 2020 21:10:14 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94321 --- Comment #4 from CVS Commits --- The master branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:fb25041e11d92ea2df2e92065b256f8e5aa58a6c commit r10-7504-gfb25041e11d92ea2df2e92065b256f8e5aa58a6c Author: Iain Buclaw Date: Wed Apr 1 23:02:01 2020 +0200 d: Fix gdc.dg/pr92216.d FAILs on 32-bit targets The symbol being scanned for only matched on 64-bit targets. gcc/testsuite/ChangeLog: PR d/94321 * gdc.dg/pr92216.d: Update to work on targets with 16 or 32-bit pointers.=