From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5F95D3858C5E; Sat, 30 Dec 2023 14:18:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5F95D3858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703945909; bh=hsobH2/ReQgsjlEe60afOvgWz+wmVPevt3Bek1mfAWc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CPo8fmVrwVf3nPUV32CMiWHV2Y2DyohJIMdJjaatmHZNixqarO9T1z1rqYBc7x5uU acZT9tF83F2jpG+HcvQJPrjX+YWmhAOUUyAfrFC1mRmgM6UufzTzgWhMZ7hg1MmB7z TbvuxGcmpSsq3kmjkCx8YeEZRNrLT88HS5akuR0k= From: "jpakkane at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/105467] Dependency file produced by C++ modules causes Ninja errors Date: Sat, 30 Dec 2023 14:18:28 +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: jpakkane at gmail dot com 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: 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 --- Comment #4 from jpakkane at gmail dot com --- As a build system developer I'd like that the most common usage (i.e. using Ninja) would be the default and work without extra compiler flags.=