Open oathdruid opened 2 weeks ago
#include <regex> #include <string> int main() { ::std::string str; ::std::regex re(str); return 0; }
g++ -Werror=maybe-uninitialized -O1 -fsanitize=address https://godbolt.org/z/jvrdhezen https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105616
g++ -Werror=maybe-uninitialized -O1 -fsanitize=address
Minimal Reproduction
g++ -Werror=maybe-uninitialized -O1 -fsanitize=address
https://godbolt.org/z/jvrdhezen https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105616Known Defective Versions (up to 2024-10-24)