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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu.org

--- Comment #15 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Please test changes on every branch when you're backporting them:

In file included from /home/eric/cvs/gcc-13/gcc/gimple-isel.cc:25:0:
/home/eric/cvs/gcc-13/gcc/gimple-isel.cc: In function ‘bool
gimple_expand_vec_set_expr(function*, gimple_stmt_iterator*)’:
/home/eric/cvs/gcc-13/gcc/gimple-isel.cc:80:32: error: ‘ref’ was not declared
in this scope
       tree idx = TREE_OPERAND (ref, 1);
                                ^
/home/eric/cvs/gcc-13/gcc/tree.h:473:37: note: in definition of macro
‘TREE_OPERAND_CHECK’
 #define TREE_OPERAND_CHECK(T, I)  ((T)->exp.operands[I])
                                     ^
/home/eric/cvs/gcc-13/gcc/gimple-isel.cc:80:18: note: in expansion of macro
‘TREE_OPERAND’
       tree idx = TREE_OPERAND (ref, 1);
                  ^~~~~~~~~~~~
make[3]: *** [Makefile:1157: gimple-isel.o] Error 1
make[3]: *** Waiting for unfinished jobs....
rm fsf-funding.pod gfdl.pod cpp.pod lto-dump.pod gpl.pod gcc.pod gcov.pod
gcov-dump.pod gcov-tool.pod

Reply via email to