From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D2B143858C98; Sat, 23 Dec 2023 04:38:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D2B143858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703306331; bh=hbxiKWzn3isRjLpyvQqmvVdQQFxQCw8H9fmHsUL09V8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gXmNK4sl+NkeEQpz6VAQH8W2B5jI/5qMObuiPgCiV4GHVD0xuUiQp0L/whZZxSy8W 4x1MszM95x62e+ocxmKQ/dMCH7+ACZe2DV6wR4lg1BjqH1tbzr6LLrCpMOLKDfqzfT bNYC9bygHwEa63TJ06tea6L3BWBkUa412pf9iy1g= From: "saifi.khan at nishan dot io" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/105467] Dependency file produced by C++ modules causes Ninja errors Date: Sat, 23 Dec 2023 04:38:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 11.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: saifi.khan at nishan dot io X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D105467 Saifi Khan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |saifi.khan at nishan dot io --- Comment #3 from Saifi Khan --- (In reply to jpakkane from comment #2) > It would be preferable to have the default work out of the box than having > every end user having to add compiler flags to make things work. >=20 > Ninja is the most popular underlying build system for modules, having it > work by default would make things easier for many people. as an end user, i'd prefer to explicitly add compiler flag instead of getti= ng pinja, hazel, teson or some such by default !=