> This patch would like to fix one maybe-uninitialized warning. Aka: > > riscv-vsetvl.cc:4354:3: error: 'vsetvl_rinsn' may be used uninitialized > [-Werror=maybe-uninitialized] > > Signed-off-by: Pan Li <pan2...@intel.com>
IMHO obvious enough that it doesn't need a maintainer's OK, so go ahead. We should make sure to find such nits before Andreas does in the future, though, as we don't want to waste his time. This means either proper bootstrapping or always configuring with -Werror=all (or similar). The latter should catch most and is less intrusive. Regards Robin