This is the mail archive of the gcc-bugs@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]

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


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

On Thu, Apr 01, 2004 at 10:32:08AM -0700, law@redhat.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.


r~


-- 


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


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