From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12753 invoked by alias); 24 Mar 2009 01:50:54 -0000 Received: (qmail 9055 invoked by uid 48); 24 Mar 2009 01:50:42 -0000 Date: Tue, 24 Mar 2009 01:50:00 -0000 Message-ID: <20090324015042.9054.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug preprocessor/39533] -MM may list a header file twice In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-03/txt/msg01645.txt.bz2 ------- Comment #4 from pinskia at gcc dot gnu dot org 2009-03-24 01:50 ------- If I do cat > foo.h << EOF #include EOF I get the duplicated include file but I don;t think it matters as it is included twice, how does the cpp know they are really the same include file -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |trivial http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39533