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: [PATCH] BIT_FIELD_REF on VECTOR_CST


On Mon, May 30, 2005 at 03:20:05PM -0400, Jakub Jelinek wrote:
> Is BIT_FIELD_REF supposed to be valid on trees other than
> structures and unions?

We don't have a tree-level vector element extract tree, so
bit-field-ref is all we have.

> 	* fold-const.c (fold_ternary): Optimize BIT_FIELD_REF of VECTOR_CST.

Ok.


r~


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