[Bug c++/114592] New: Bogus `maybe-uninitialized` on std::variant with std::string with -O3

2024-04-04 Thread janisozaur+gcc at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114592 Bug ID: 114592 Summary: Bogus `maybe-uninitialized` on std::variant with std::string with -O3 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal

[Bug c++/114519] New: GCC 14 trunk fails to compile chrono with -fno-char8_t -std=gnu++20

2024-03-28 Thread janisozaur+gcc at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114519 Bug ID: 114519 Summary: GCC 14 trunk fails to compile chrono with -fno-char8_t -std=gnu++20 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/105937] [12 Regression] maybe-uninitialized with std::optional

2022-08-22 Thread janisozaur+gcc at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105937 --- Comment #7 from janisozaur+gcc at gmail dot com --- Will the fix get merged to 12.3 as well? This currently prevents the project I work on from compiling with GCC (https://github.com/OpenRCT2/OpenRCT2/issues/17371)

[Bug c++/105937] New: [12] Regression with maybe-uninitialized

2022-06-12 Thread janisozaur+gcc at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105937 Bug ID: 105937 Summary: [12] Regression with maybe-uninitialized Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++