This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Repost: Patch to const-ify tree_code_{type,name,length}
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 13 Mar 2002 07:36:46 +0000
- Subject: Re: Repost: Patch to const-ify tree_code_{type,name,length}
- References: <200203122206.RAA02621@caip.rutgers.edu>
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.