This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 requires.  We're just in a transition state this
release as we flatten to reconstruct a more sensible modular layout.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]