This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
lang_hooks (was Re: Tree inlining...)
On Wed, Oct 03, 2001 at 03:50:15AM -0300, Alexandre Oliva wrote:
>
> Besides, I don't like lang_hooks much because the initializers are
> ordered, not named, which may lead to synchronization difficulties
> and warnings about missing initializers, especially for languages
> maintained outside the GCC CVS tree.
Maybe we want to do something with lang_hooks like what Neil did with
target.h? This could address both problems at once.
zw