From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109486 invoked by alias); 26 Mar 2015 10:35:17 -0000 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 Received: (qmail 108000 invoked by uid 48); 26 Mar 2015 10:35:13 -0000 From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug plugins/61176] plugin builds including gimple.h not building Date: Thu, 26 Mar 2015 10:56:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: plugins X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-03/txt/msg02918.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 --- Comment #15 from Jakub Jelinek --- builtins.h has been already in 4.9, just contained far less info and thus has been less important. Quick check of new headers in toplevel directory that most likely aren't in PLUGIN_HEADERS reveals also: auto-profile.h ccmp.h collect-utils.h dojump.h explow.h fibonacci_heap.h gcse-common.h generic-match.h gimple-match.h graphite-isl-ast-to-gimple.h ifcvt.h ipa-chkp.h ipa-icf-gimple.h ipa-icf.h loop-unroll.h lto-section-names.h regcprop.h rtl-chkp.h rtlhash.h rtl-iter.h shrink-wrap.h symbol-summary.h tree-chkp.h Supposedly we should include those in PLUGIN_HEADERS too.