Re: [PATCH] middle-end: Fix unexpected warnings for RISC-V port.

2022-08-23 Thread Richard Biener via Gcc-patches
On Tue, 23 Aug 2022, juzhe.zh...@rivai.ai wrote: > From: zhongjuzhe OK. > gcc/ChangeLog: > > * tree-vect-loop-manip.cc (vect_gen_vector_loop_niters): Simply > initialize const_vf to 0. > > --- > gcc/tree-vect-loop-manip.cc | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-)

[PATCH] middle-end: Fix unexpected warnings for RISC-V port.

2022-08-23 Thread juzhe . zhong
From: zhongjuzhe gcc/ChangeLog: * tree-vect-loop-manip.cc (vect_gen_vector_loop_niters): Simply initialize const_vf to 0. --- gcc/tree-vect-loop-manip.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gcc/tree-vect-loop-manip.cc b/gcc/tree-vect-loop-manip.cc