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] Vectorizer: resolve mix of pointer and object


On Thu, Jan 13, 2005 at 11:12:20AM +0200, Ira Rosen wrote:
> !   if (TREE_CODE (TREE_TYPE (expr)) == POINTER_TYPE)
...
> ! 	case ADDR_EXPR:
> ! 	  oprnd0 = TREE_OPERAND (expr, 0);
> ! 	  next_ref = oprnd0;
> ! 	  break;

Continuing a pointer recursion through an "&"?  That doesn't
seem right at all.


r~


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