This is the mail archive of the gcc-patches@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: Repost: Patch to const-ify tree_code_{type,name,length}


Kaveh R. Ghazi wrote:-

> This is a repost of a patch I originally submitted back in December to
> constify tree_code_type, tree_code_name & tree_code_length.  Its not
> as simple as adding "const", so I don't consider this a candidate for
> "obvious" installation.  I.e. it requires a review IMHO.  See:
> http://gcc.gnu.org/ml/gcc-patches/2001-12/msg02395.html
> 
> The patch below was updated for the current sources and successfully
> bootstrapped on sparc-sun-solaris2.7.

Thanks, Kaveh!  I'm hoping this will make further cleanup and
consolidation of the 3 C front ends' initialization code much easier.

Neil.


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