From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 207D63874145; Wed, 14 Dec 2022 13:27:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 207D63874145 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671024477; bh=8vEQXuAUvmxUC7RkCWqfL0/W0ctfZTDC/C5Z7AbU7wM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ySMv+0Wt5FoZnYtw5roxmnLpi89fdA8gPGCySX0qq6q9ravezAn3EV+TImYiKtT4B Q4vaBaMgJJOs2r1+XIYFYxLiSC3vLENz0QcMsFPWuv2S3OOmW9DUqwA5t+wavUjnRg PX0d9BRUrXfNSZD03lBp58ZRTaWe3UrXPbtjwxZ4= From: "terra at gnome dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug preprocessor/52566] #include with #pragma once and files' contents is the same Date: Wed, 14 Dec 2022 13:27:55 +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: 4.4.3 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: terra at gnome dot 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=3D52566 --- Comment #5 from M Welinder --- >From 108101: Note also: # gcc -MM c.c c.o: c.c a.h No b.h present! I.e., Makefiles built with this will not pick up changes to the second file= .=