From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 97380386F474; Tue, 21 Apr 2020 07:09:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 97380386F474 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1587452945; bh=aWIJ6Maw2iWtryJwINJKNC/ddDP1+2kU8Yn3DHbmAT4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WKfF6FUOJ4d+FVkp5bcY/TSryN+ABC/fJUNXqHjBRgxT0PxLRB2rtnPWz8l3+6r8e JEhkg+dLZzSA2pXe/4ErsEcSXSo2e9Dm6OeNK692C7qWKvd2WEpR2oBN8w797Za5he fmZUp+7YeTjhueUVDj6m83AiDFc8ZxpOAOWZmk34= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/94623] ice for ./gdc.test/compilable/interpret3.d Date: Tue, 21 Apr 2020 07:09:05 +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: dcb314 at hotmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: MOVED 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: Tue, 21 Apr 2020 07:09:05 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94623 --- Comment #23 from David Binderman --- (In reply to Iain Buclaw from comment #20) > I can apply the patch anyway, as it's good to not ICE.=20=20 Agreed. > However it won't prevent the possibility of linker errors due to mismatch= es in > ldc-druntime-dev and libgphobos. Worse than that ? It is silently linking with the wrong set of files and producing run time errors. Maybe it would be a good idea to put some code into the linkage process to make sure linkage only occurs with files the compiler knows about.=