From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111480 invoked by alias); 26 Mar 2015 10:36:46 -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 111439 invoked by uid 48); 26 Mar 2015 10:36:42 -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:57: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/msg02919.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 --- Comment #16 from Jakub Jelinek --- And comparing the right now installed headers with what is in gcc/*.h gcc/*.def reveals also: addresses.h asan.h bb-reorder.h builtin-attrs.def builtins.h builtin-types.def cilk.h collect2-aix.h collect2.h conditions.h convert.h coverage.h cppbuiltin.h cselib.h data-streamer.h dbgcnt.def dbgcnt.h dbxout.h dce.h ddg.h dfp.h domwalk.h dwarf2asm.h dwarf2out.h errors.h et-forest.h expmed.h expr.h file-find.h gcc.h gcov-counter.def gcov-io.h gcse.h gengtype.h gensupport.h ggc-internal.h gimple-streamer.h glimits.h graphds.h graph.h graphite-poly.h graphite-scop-detection.h graphite-sese-to-poly.h gstab.h gsyms.h gsyslimits.h hooks.h hosthooks-def.h hosthooks.h hw-doloop.h insn-addr.h ipa-inline.h ira.h ira-int.h langhooks-def.h libfuncs.h limitx.h limity.h lower-subreg.h lra.h lra-int.h lto-compress.h lto-streamer.h machmode.def omega.h omp-low.h optabs.def optabs.h opts-diagnostic.h passes.def profile.h read-md.h recog.h regrename.h regs.h reload.h rtl-error.h rtlhooks-def.h sched-int.h sdbout.h sel-sched-dump.h sel-sched.h sel-sched-ir.h sese.h sparseset.h sreal.h stab.def streamer-hooks.h target-def.h target-globals.h targhooks.h trans-mem.h tree-affine.h tree-browser.def tree-chrec.h tree-data-ref.h tree-diagnostic.h tree-scalar-evolution.h tree-ssa-live.h tree-ssa-propagate.h tree-stdarg.h tree-streamer.h tree-vectorizer.h tsan.h tsystem.h typeclass.h ubsan.h valtrack.h value-prof.h vmsdbg.h vtable-verify.h xcoff.h xcoffout.h (already existing in 4.9). So, how do we decide which of these headers are interesting to plugin writers?