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]

Re: 20000131 anomolous system header warnings


> We have to keep the obstack stuff indefinitely because of languages that are
> not integrated.  For the same reason TREE_PERMANENT is not an obsolete concept.

Still, any place that uses TREE_PERMANENT (or any other means of determining
which obstack a given node is on) is broken if we want to remove obstack
code from frontends that have been converted to gc.  Eliminating such uses
is a good idea.

Bernd


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