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] Re: ref_contains_indirect_ref always false?


On Friday 04 November 2005 08:34, Richard Guenther wrote:

> 	* tree-flow-inline.h (ref_contains_indirect_ref): Deal
> 	with INDIRECT_REF not in handled_component_p.
>
If you handle INDIRECT_REF directly, then you are seemingly changing the 
semantics of the predicate.  The predicate says that it's expecting an 
ARRAY_REF as input.

Point me to the bug you are trying to fix?  There wasn't enough context in 
your message.


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