[Bug c/68044] New: ceil() with -O3 and -masm=intel fails to compile

2015-10-21 Thread janisozaur+gcc at gmail dot com
: c Assignee: unassigned at gcc dot gnu.org Reporter: janisozaur+gcc at gmail dot com Target Milestone: --- Created attachment 36559 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36559=edit test case file on Arch Linux with gcc 5.2.0, glibc 2.22-3 Test c

[Bug c++/84357] New: Incorrect 'foo' is used uninitialized with -O3

2018-02-13 Thread janisozaur+gcc at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: janisozaur+gcc at gmail dot com Target Milestone: --- Created attachment 43402 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43402=edit reproducer Compile attachment with `-O3 -Werror -Wuninitialized`, tes

[Bug c++/80265] __builtin_{memcmp,memchr,strlen} are not usable in constexpr functions

2019-03-16 Thread janisozaur+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80265 janisozaur+gcc at gmail dot com changed: What|Removed |Added CC||janisozaur+gcc at gmail

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

2022-06-12 Thread janisozaur+gcc at gmail dot com via Gcc-bugs
++ Assignee: unassigned at gcc dot gnu.org Reporter: janisozaur+gcc at gmail dot com Target Milestone: --- Created attachment 53125 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53125=edit Test case extracted from original code Commit https://gcc.gnu.or

[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++/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
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: janisozaur+gcc at gmail dot com Target Milestone: --- Created attachment 57830 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57830=edit failure log gcc 20240328 Godbolt l

[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
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: janisozaur+gcc at gmail dot com Target Milestone: --- Created attachment 57879 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57879=edit minimized reproducer When try