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]

Re: RFC: Remove TREE_CST_RTL


Zack Weinberg wrote:

> The RTL is always of that form, but CONSTANT_POOL_ADDRESS_P is not set
> for that RTL.  This is the *tree* constant pool, maintained by
> output_constant_def; CONSTANT_POOL_ADDRESS_P is set only for the *RTL*
> constant pool, maintained by force_const_mem.

Ah, I see.  In that case the s390 part of your patch looks OK.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  weigand at informatik dot uni-erlangen dot de


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