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

--- Comment #13 from Andreas Schwab <sch...@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;
        ^

Reply via email to