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

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 ---

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

2014-05-25 Thread pageexec at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 PaX Team pageexec at gmail dot com changed: What|Removed |Added CC||pageexec at gmail

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

2014-05-25 Thread amacleod at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 --- Comment #9 from Andrew Macleod amacleod at redhat dot com --- so. Include them all with an accumulator file as suggested? Over a run of multiple generations you have to expect some sort of flux in include structure, especially since we

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

2014-05-14 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 --- Comment #2 from Matthias Klose doko at gcc dot gnu.org --- is this about stability? With trying, you find out that the following will work: #include gcc-plugin.h #include tree.h #include function.h #include basic-block.h #include coretypes.h

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

2014-05-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

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

2014-05-14 Thread amacleod at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 --- Comment #4 from Andrew Macleod amacleod at redhat dot com --- We have to flatten it before we can fix it... its a complete dependency mess. you could create a plugin-includes.h which includes all the files from the primary globbing files

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

2014-05-14 Thread amacleod at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 --- Comment #5 from Andrew Macleod amacleod at redhat dot com --- btw, the long term plan is that #include gimple.h will get all the basic prerequisites you need to manipulate gimple. And then you just #include any extras your specific task

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

2014-05-14 Thread doko at ubuntu dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 --- Comment #6 from Matthias Klose doko at ubuntu dot com --- Am 14.05.2014 14:21, schrieb amacleod at redhat dot com: btw, the long term plan is that #include gimple.h will get all the basic prerequisites you need to manipulate gimple. And

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

2014-05-14 Thread amacleod at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 --- Comment #7 from Andrew Macleod amacleod at redhat dot com --- Thats part of the fun. There is little rhyme nor reason to what includes what right now.. it was purely demand driven over many years. For your current purposes, gimple.h and

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

2014-05-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.9.1 ---