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] PR/16105



On Jun 21, 2004, at 5:01 PM, Richard Henderson wrote:


On Mon, Jun 21, 2004 at 04:57:29PM -0700, Devang Patel wrote:
* c-gimplify.c (gimplify_decl_stmt): Set MODIFY_EXPR type.

If the vectorizer cares about the type of the MODIFY_EXPR, then the vectorizer is broken. The vectorizer should be looking at the type of the lhs or rhs.

Does this mean nobody should rely on type of MODIFY_EXPR ? -- Devang


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