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] Fix PR tree-opt/18040


On Fri, Dec 10, 2004 at 11:49:40AM -0500, Andrew Pinski wrote:
> 	* expr.c (handled_component_p): Remove NON_LVALUE_EXPR, NOP_EXPR,
> 	CONVERT_EXPR cases.

If you're going to remove these from handled_component_p, it seems
like you should be removing the associated code from get_inner_reference
as well.


r~


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