From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 33B9D384F97F; Wed, 14 Dec 2022 13:17:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 33B9D384F97F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671023859; bh=lmBJqzCeYpAmRHTJx61DU5PLrXOKaCF8nYHBBV/NpEc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RLyYfMM0veUSSAeaxz5L8Z2pKX4360SHhY3XsNb8tQh07VfqWJDMx7xGSC0Td/+xm NzdjYvigQN9VtGDjaRULz7KSCbPt15Cc1iqnrCebSDkdbs3sVJC7aj/eEs19Cf6tnx k9tE/vpzJVYqFFSfog+IWc7m8q+jxaLMKa6ejo2U= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug preprocessor/108101] "#pragma once" causes other files not be included Date: Wed, 14 Dec 2022 13:17:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: preprocessor X-Bugzilla-Version: 12.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org 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=3D108101 --- Comment #1 from Andrew Pinski --- Iirc pragma once uses a hash of the content and that is what is going on he= re. That or the underlying file system is using some inode being the same and c= opy on write.=