From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14063 invoked by alias); 13 Apr 2004 23:51:26 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 14054 invoked by uid 48); 13 Apr 2004 23:51:25 -0000 Date: Wed, 14 Apr 2004 00:07:00 -0000 Message-ID: <20040413235125.14053.qmail@sources.redhat.com> From: "carlo at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040221172413.14238.carlo@gcc.gnu.org> References: <20040221172413.14238.carlo@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug pch/14238] Dependency tracking and PCH X-Bugzilla-Reason: CC X-SW-Source: 2004-04/txt/msg01127.txt.bz2 List-Id: ------- Additional Comments From carlo at gcc dot gnu dot org 2004-04-13 23:51 ------- It is not correct behaviour. If you delete a2.h then the PCH file SHOULD be made (it depends on a2.h) and would fail. Deleting it is no different than changing it. When you change it, then you want both, the PCH file to be remade as well as all compilation units depending on a2.h (not pch.h). -- What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14238