https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121021
--- Comment #5 from Žarko Asen ---
in my case (C++ 20) -Wunitialized was not enabled by -Wall therefore a
critical bug slip through:
const uint32_t x = x + 1; // where is a novel variable in the local and
global scope
This should have been cau
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121021
Bug ID: 121021
Summary: Move -Wuninitialized from -Wextra to -Wall
Product: gcc
Version: 14.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++