Committed, thanks Robin. Pan
-----Original Message----- From: Robin Dapp <rdapp....@gmail.com> Sent: Friday, June 16, 2023 7:41 PM To: Li, Pan2 <pan2...@intel.com>; gcc-patches@gcc.gnu.org Cc: rdapp....@gmail.com; juzhe.zh...@rivai.ai; jeffreya...@gmail.com; Wang, Yanzhang <yanzhang.w...@intel.com>; kito.ch...@gmail.com Subject: Re: [PATCH v1] RISC-V: Fix one warning of maybe-uninitialized in riscv-vsetvl.cc > 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