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 tree-optimization/66726] missed optimization, factor conversion out of COND_EXPR


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66726

--- Comment #13 from Andreas Schwab <schwab@linux-m68k.org> ---
../../gcc/tree-ssa-reassoc.c: In function 'void
maybe_optimize_range_tests(gimple*)':
../../gcc/tree-ssa-reassoc.c:3193:8: error: 'operand_entry_t' was not declared
in this scope
        operand_entry_t oe = operand_entry_pool.allocate ();
        ^
../../gcc/tree-ssa-reassoc.c:3193:24: error: expected ';' before 'oe'
        operand_entry_t oe = operand_entry_pool.allocate ();
                        ^
../../gcc/tree-ssa-reassoc.c:3194:8: error: 'oe' was not declared in this scope
        oe->op = lhs;
        ^

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