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: [Bug optimization/14682] [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


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