This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Regression for trunk on i686-pc-linux-gnu
For the record:
<rth> dnovillo: what the predicate checks is if the argument is possible
to be addressed.
<rth> dnovillo: all of the existing uses of the predicate want that property.
<rth> dnovillo: we could rename the predicate if you care that deeply.
<dnovillo> i do, i don't want anything to think that &*PTR could ever be
in the IL stream.
<rth> ok.
<rth> consider it renamed to is_gimple_addressable.
r~