From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A0A183858D37; Mon, 22 May 2023 23:16:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A0A183858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684797365; bh=MXOcwkQhGYVDGKwbKXfnkJNXuvjDmYhCAEKKd3LTr9U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rdJZJ0IsgcufxrfzhcJRqmVd7Dp8304823wd0ubSLGal5e2mvjiYjkNtsfHkk+Cjy MnyxH6pqDJUHskqgoTZ5r7FMJfPYEbDrtd0pULDRytrKtNGxjJQHJKYeDmoO4KQujS WhPlonvUmcGzaNfxOy0zn2v1R4jP+aE1ga7OBX8g= From: "justinpopo6 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug pch/108732] Pre-compiled headers cannot be output to /dev/null Date: Mon, 22 May 2023 23:16:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: pch X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: justinpopo6 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: 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=3D108732 Justin Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |justinpopo6 at gmail dot c= om --- Comment #8 from Justin Chen --- I ran into the exact issue. Took me a while to figure out the issue was "-o /dev/null". The inconsistency also caught me off guard. I agree we need some consistency here.=