[Bug optimization/14682] [tree-ssa] error: Invalid operand to binary operator

dnovillo at redhat dot com gcc-bugzilla@gcc.gnu.org
Thu Apr 1 18:42:00 GMT 2004


------- Additional Comments From dnovillo at redhat dot com  2004-04-01 18:42 -------
Subject: Re:  [tree-ssa] error: Invalid operand to
	binary operator

On Thu, 2004-04-01 at 13:40, law at redhat dot com wrote:

>  >> +   /* Note that the folders should only create gimple expressions.
>  >> +      This is a hack until the new folder is ready.  */
>  >> +   in_gimple_form = 1;
>  >> + 
>  >>     /* Perform all tree transforms and optimizations.  */
>  >>     execute_pass_list (all_passes);
>  >> + 
>  >> +   /* Note that the folders can create non-gimple expressions again.  */
>  >> +   in_gimple_form = 1;
>  >
>  >Typo second time.
> Thanks.  Brain fart.  I also changed them to use true/false respectively.
> 
Oh, heh.  We were all looking at the same thing then.  I committed the
obvious fix a few minutes ago.


Diego.



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14682



More information about the Gcc-bugs mailing list