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] PR19217 - disable ADDR_EXPR checks in verify_stmts


On Feb 01, 2005 03:24 PM, Diego Novillo <dnovillo@redhat.com> wrote:

> Steven Bosscher wrote:
> 
> > 	PR tree-optimization/19217
> > 	* tree-cfg.c (verify_expr): Comment out the ADDR_EXPR check.
> > 
> I agree with your analysis, but you are using too large a hammer here. 
> How about disabling ADDR_EXPR checks only when verify_expr is called on 
> a PHI argument?  We could use the 'data' argument to verify_expr to pass 
> in the flag.

Also good.  I'll prepare a new patch.

Gr.
Steven



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