This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Add language hook for respect READONLY in tree.
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Subject: Re: Add language hook for respect READONLY in tree.
- From: Richard Henderson <rth at redhat dot com>
- Date: Fri, 19 Oct 2001 13:06:50 -0700
- Cc: gcc-patches at gcc dot gnu dot org
- References: <10110192001.AA26514@vlsi1.ultra.nyu.edu>
On Fri, Oct 19, 2001 at 04:01:17PM -0400, Richard Kenner wrote:
> + int honor_readonly;
Better as type "bool".
r~