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 #9 from Andrew Macleod <amacleod at redhat dot com> ---
sooooo.  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 don't guarantee much.  The only way I see you can have any
kind of stability is to have a standard file you include which can adjust and
include whatever is needed for any given release.


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