From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28347 invoked by alias); 13 Feb 2015 15:51:50 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 28001 invoked by uid 48); 13 Feb 2015 15:51:49 -0000 From: "dilyan.palauzov at aegee dot org" To: gdb-prs@sourceware.org Subject: [Bug compile/17972] New: Double #include Date: Fri, 13 Feb 2015 15:58:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: compile X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dilyan.palauzov at aegee dot org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q1/txt/msg00231.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17972 Bug ID: 17972 Summary: Double #include Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: compile Assignee: unassigned at sourceware dot org Reporter: dilyan.palauzov at aegee dot org deheader -v (git://gitorious.org/deheader/deheader.git) reported, that in the gdb tree some .c files #include more than once the same .h file: m32r-tdep.c has more than one inclusion of "objfiles.h" mi/mi-main.c has more than one inclusion of "inferior.h" python/py-block.c has more than one inclusion of "symtab.h" stubs/ia64vms-stub.c has more than one inclusion of testsuite/gdb.threads/create-fail.c has more than one inclusion of testsuite/gdb.threads/create-fail.c has more than one inclusion of testsuite/gdb.threads/fork-thread-pending.c has more than one inclusion of testsuite/gdb.threads/watchpoint-fork-mt.c has more than one inclusion of tui/tui-source.c has more than one inclusion of "symtab.h" These delay unncessary the compilation. -- You are receiving this mail because: You are on the CC list for the bug.