This is the mail archive of the gcc@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]

Re: Good riddance, old GC_get_stack_base...


aspiesrule@mcleodusa.net wrote:
Do you think we can dispose of the old GC_get_stack_bace in boehm-
gc/AmigaOS.c?  It is completely enclosed in a "#if 0...#endif" block.

If someone proves that we don't need it anymore. Often code in #if 0 blocks is there for documentation purposes. It doesn't seem worthwhile to worry about it though, there are many more important things to do.


Also, note, that boehm-gc is technically not part of gcc. So if the code should be deleted, this should be done by contacting the upstream maintainer. It does not make sense for us to make an intentional divergence for such a trivial issue as this.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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