[Bug c++/121021] Move -Wuninitialized from -Wextra to -Wall

2025-07-09 Thread asenzz at gmail dot com via Gcc-bugs
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

[Bug c++/121021] New: Move -Wuninitialized from -Wextra to -Wall

2025-07-09 Thread asenzz at gmail dot com via Gcc-bugs
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++