From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8EC173858D37; Sun, 17 Mar 2024 16:44:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8EC173858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710693896; bh=aQRMj1KEZXUVFldapNkAyCHhSHnYGIGBPFR01lmYiiI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=h43jDlOS2K/bcgDKE5MHzB94+P0j/ePYfq5A2bbFt0ZM559pGB6YzPjs+IZj0T3YN rjaKBFpjYSgLK+wVmj6FtniVvtVTUR/86dDc1D7Q+/TossYZSjZ/8tkRzP3IrZK9ND E4+KSKJ4r7+kQ809EiqJ3/nciIlSB8OCfsB0SsVA= From: "ibuclaw at gdcproject dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/109681] suggested preview switches use DMD preview flags Date: Sun, 17 Mar 2024 16:44:55 +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: 13.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ibuclaw at gdcproject dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109681 Iain Buclaw changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #1 from Iain Buclaw --- For now, upstream has version condition around the error messages to give t= he gdc-style option names if version(IN_GCC). https://github.com/dlang/dmd/pull/15747 Downstreamed into mainline since r14-5083.=