[Bug c++/119383] [15 Regression] Boost 1.85 lib build fail after commit r15-8011

2025-03-22 Thread kacper.slominski72 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119383 Kacper Słomiński changed: What|Removed |Added CC||kacper.slominski72 at gmail dot co

[Bug c++/118923] New: Wrong code generated for member function pointer call in range-for loop

2025-02-18 Thread kacper.slominski72 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118923 Bug ID: 118923 Summary: Wrong code generated for member function pointer call in range-for loop Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/115885] New: Build errors when libstdc++ math.h included in extern "C" block

2024-07-11 Thread kacper.slominski72 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115885 Bug ID: 115885 Summary: Build errors when libstdc++ math.h included in extern "C" block Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/115199] [15 regression] gettext (libtextstyle) testsuite miscompiled

2024-05-22 Thread kacper.slominski72 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115199 --- Comment #3 from Kacper Słomiński --- For the version in the bug report the first bad diff is: --- foo-good-foo.c.044t.dse12024-05-22 23:22:35.962903496 +0200 +++ foo-bad-foo.c.044t.dse1 2024-05-22 23:22:23.869476999 +0200 @@ -11,7 +

[Bug c/114952] New: False positive -Wmaybe-uninitialized starting at -O3 in libbpf

2024-05-05 Thread kacper.slominski72 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114952 Bug ID: 114952 Summary: False positive -Wmaybe-uninitialized starting at -O3 in libbpf Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal

[Bug c++/109648] ICE: tree check: expected type_pack_expansion or expr_pack_expansion, have error_mark in tsubst_pack_expansion, at cp/pt.cc:13551 since r13-272-gdc6c96f0707aba

2024-04-27 Thread kacper.slominski72 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109648 Kacper Słomiński changed: What|Removed |Added CC||kacper.slominski72 at gmail dot co

[Bug tree-optimization/113467] [14 regression] libgcrypt-1.10.3 is miscompiled

2024-01-26 Thread kacper.slominski72 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113467 Kacper Słomiński changed: What|Removed |Added CC||kacper.slominski72 at gmail dot co

[Bug c++/107512] New: Defaulted virtual destructor not considered in constexpr context

2022-11-02 Thread kacper.slominski72 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107512 Bug ID: 107512 Summary: Defaulted virtual destructor not considered in constexpr context Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal

[Bug gcov-profile/106036] Missing stdint.h include in libgcc/libgcov.h

2022-06-21 Thread kacper.slominski72 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106036 --- Comment #2 from Kacper Słomiński --- Okay, this seems to have been a false alarm, sorry for that! Our C library was missing the typedef for intptr_t in unistd.h, which POSIX does specify. After adding that, libgcc compiled without problems.

[Bug gcov-profile/106036] New: Missing stdint.h include in libgcc/libgcov.h

2022-06-20 Thread kacper.slominski72 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106036 Bug ID: 106036 Summary: Missing stdint.h include in libgcc/libgcov.h Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: g

[Bug c++/106024] New: ICE on missing template keyword in template method call in pack expansion

2022-06-18 Thread kacper.slominski72 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106024 Bug ID: 106024 Summary: ICE on missing template keyword in template method call in pack expansion Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: no

[Bug c++/102508] ICE on coroutine when awaiting inside a statement expression (in transform_local_var_uses, at cp/coroutines.cc:2102)

2021-10-21 Thread kacper.slominski72 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102508 --- Comment #1 from Kacper Słomiński --- Was about to report this myself; here is a minimal test case that reproduces this issue without using any external libraries. It causes a slightly different ICE in gimplify_expr in gimplify.c:14879 for GC

[Bug c++/101765] ICE when using a VLA inside of a coroutine

2021-08-04 Thread kacper.slominski72 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101765 --- Comment #2 from Kacper Słomiński --- (In reply to Iain Sandoe from comment #1) > I am not sure that a VLA can be used in a coroutine (neither can alloca, if > I remember correctly) [so not sure that this is ICE on valid, it could be > ICE on

[Bug c++/101765] New: ICE when using a VLA inside of a coroutine

2021-08-03 Thread kacper.slominski72 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101765 Bug ID: 101765 Summary: ICE when using a VLA inside of a coroutine Product: gcc Version: 11.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++