This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [3.2-BIB] make TREE_SYMBOL_REFERENCED return an rvalue
- From: Richard Henderson <rth at redhat dot com>
- To: Matt Austern <austern at apple dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 25 Nov 2002 15:08:41 -0800
- Subject: Re: [3.2-BIB] make TREE_SYMBOL_REFERENCED return an rvalue
- References: <E1880FCF-F1A8-11D6-B483-000393B2ABA2@apple.com>
On Wed, Nov 06, 2002 at 08:57:49AM -0800, Matt Austern wrote:
> As discussed: change TREE_SYMBOL_REFERENCED so it returns
> an rvalue, introduce a new TREE_SET_SYMBOL_REFERENCED to
> change the value of this flag, and change every place
> where the old macro was used as an lvalue so it uses the
> new macro instead.
Ok.
You should be including changelog entries, even to the list.
r~