From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12869 invoked by alias); 1 Apr 2004 18:40:22 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 12814 invoked by alias); 1 Apr 2004 18:40:19 -0000 Date: Thu, 01 Apr 2004 18:40:00 -0000 Message-ID: <20040401184019.12813.qmail@sources.redhat.com> From: "law at redhat dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040322193838.14682.aj@gcc.gnu.org> References: <20040322193838.14682.aj@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug optimization/14682] [tree-ssa] error: Invalid operand to binary operator X-Bugzilla-Reason: CC X-SW-Source: 2004-04/txt/msg00078.txt.bz2 List-Id: ------- Additional Comments From law at redhat dot com 2004-04-01 18:40 ------- Subject: Re: [tree-ssa] error: Invalid operand to binary operator In message <20040401182528.GB30425@redhat.com>, Richard Henderson writes: >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. Thanks. Brain fart. I also changed them to use true/false respectively. jeff -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14682