[Bug plugins/61176] plugin builds including gimple.h not building

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Target Milestone|---

[Bug plugins/61176] plugin builds including gimple.h not building

2016-02-23 Thread pageexec at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 --- Comment #21 from PaX Team --- (In reply to PaX Team from comment #20) > update for gcc-6: /gcc/params.list is also needed now as it gets > included by params.h. PR69758 fixes it.

[Bug plugins/61176] plugin builds including gimple.h not building

2015-11-25 Thread pageexec at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 --- Comment #20 from PaX Team --- update for gcc-6: /gcc/params.list is also needed now as it gets included by params.h.

[Bug plugins/61176] plugin builds including gimple.h not building

2015-03-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 --- Comment #19 from Jakub Jelinek --- Author: jakub Date: Tue Mar 31 05:31:57 2015 New Revision: 221786 URL: https://gcc.gnu.org/viewcvs?rev=221786&root=gcc&view=rev Log: PR plugins/61176 * Makefile.in (install-plugin): Add all gcc/*.{h

[Bug plugins/61176] plugin builds including gimple.h not building

2015-03-26 Thread pageexec at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 --- Comment #18 from PaX Team --- (In reply to Jakub Jelinek from comment #17) > Created attachment 35144 [details] > gcc5-pr61176.patch > > Patch to install all gcc/*.h and gcc/*.def headers, even when they aren't > listed in PLUGIN_HEADERS. t

[Bug plugins/61176] plugin builds including gimple.h not building

2015-03-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 --- Comment #17 from Jakub Jelinek --- Created attachment 35144 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35144&action=edit gcc5-pr61176.patch Patch to install all gcc/*.h and gcc/*.def headers, even when they aren't listed in PLUGIN_

[Bug plugins/61176] plugin builds including gimple.h not building

2015-03-26 Thread jakub at gcc dot gnu.org
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 c

[Bug plugins/61176] plugin builds including gimple.h not building

2015-03-26 Thread jakub at gcc dot gnu.org
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: aut

[Bug plugins/61176] plugin builds including gimple.h not building

2015-03-25 Thread pageexec at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 --- Comment #14 from PaX Team --- it seems that gcc/builtins.h doesn't get installed for plugins.

[Bug plugins/61176] plugin builds including gimple.h not building

2014-12-01 Thread amacleod at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 --- Comment #13 from Andrew Macleod --- gcc-plugin.h has had a number of includes added to ease the pain of flattening basic-block.h and cgraph.h this release. If there are still issues with tree.h or others, submit a patch which adds the requir

[Bug plugins/61176] plugin builds including gimple.h not building

2014-12-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 Richard Biener changed: What|Removed |Added Target Milestone|4.9.3 |--- Summary|[4.9/5 Regressio