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]

[3.2-BIB] make TREE_SYMBOL_REFERENCED return an rvalue


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.

I haven't added any langhooks.  I'm not 100% sure yet that
I need one, and I'd rather not waste the time and space on
something that might be unnecessary.  But this patch will
make it easy to add one in the future if we ever decide we
do need it.


			--Matt


Attachment: refpatch
Description: Binary data


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