[Bug tree-optimization/117176] [15 regression] ICE when building netpbm-11.8.0

2024-10-30 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117176 --- Comment #10 from Sergei Trofimovich --- (In reply to Andrew Pinski from comment #9) > https://gcc.gnu.org/pipermail/gcc-patches/2024-October/666250.html Does not build against current `master` anymore: > ../../source/gcc/tree-vect-p

[Bug middle-end/117378] [15 Regression] ICE on waybar-0.11.0: verify_gimple failed

2024-10-30 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117378 --- Comment #1 from Sergei Trofimovich --- Created attachment 59509 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59509&action=edit power_profiles_daemon.cpp.cpp.orig.xz In case I reduced it incorrectly power_profiles_daemon.cpp.cpp.orig

[Bug lto/117288] [15 Regression] LTO ICE in output_constructor_regular_field at varasm.cc:5644 on wolfssl-5.7.2 since r15-4377-gf9bac238840155

2024-10-25 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117288 --- Comment #5 from Sergei Trofimovich --- The change fixed `wolfssl-5.7.2` ICE for me. Thank you!

[Bug ipa/112601] [12/13/14/15 Regression] ICE in cgraph_node::verify_node(): error: invalid calls_comdat_local flag

2024-10-27 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112601 --- Comment #8 from Sergei Trofimovich --- Looking at `can_inline_edge_p()` I noticed that generally `gcc` disallows inlining callee's that call `comdat_local`: static bool can_inline_edge_p (struct cgraph_edge *e, bool report, bool early =

[Bug tree-optimization/117176] [15 regression] ICE when building netpbm-11.8.0

2024-10-26 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117176 --- Comment #8 from Sergei Trofimovich --- To state the obvious bisect landed on r15-4324-gaccb85345edb91 "middle-end: support SLP early break"

[Bug tree-optimization/117306] New: [15 Regression] ICE on netpbm-11.8.0 with -O3 -march=znver2: in operator[], at vec.h:910

2024-10-26 Thread slyfox at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: slyfox at gcc dot gnu.org Target Milestone: --- Noticed ICE today on netpbm-11.8.0 on gcc from r15-4692-g40fedaf35fa99a. DId not bisect. Extracted

[Bug c/117288] New: [15 Regression] LTO ICE in output_constructor_regular_field at varasm.cc:5644 on wolfssl-5.7.2

2024-10-24 Thread slyfox at gcc dot gnu.org via Gcc-bugs
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: slyfox at gcc dot gnu.org Target Milestone: --- Initially observed ICE on wolfssl-5.7.2 built in LTO mode. Current gcc-master from r15

[Bug c/117288] [15 Regression] LTO ICE in output_constructor_regular_field at varasm.cc:5644 on wolfssl-5.7.2

2024-10-24 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117288 Sergei Trofimovich changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comme

[Bug tree-optimization/117176] [15 regression] ICE when building netpbm-11.8.0

2024-10-31 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117176 --- Comment #13 from Sergei Trofimovich --- The change fixed netpbm-11.8.0 build for me. Thank you!

[Bug tree-optimization/117363] [15 regression] ICE during GIMPLE pass: ldist since r15-4763-g4af8db3eca12b2

2024-10-31 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117363 --- Comment #12 from Sergei Trofimovich --- (In reply to Andrew Pinski from comment #11) > Created attachment 59512 [details] > Fixed up patch That fixes `waybar-0.11.0` build for me. Thank you!

[Bug tree-optimization/116817] New: [15 Regression] ICE on libajantv2-16.2: in compute_live_loop_exits, at tree-ssa-loop-manip.cc:250

2024-09-23 Thread slyfox at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: slyfox at gcc dot gnu.org Target Milestone: --- Noticed ICE on libajantv2-16.2 when building with gcc-master at r15-3790-gdfb750798b07e7

[Bug middle-end/116814] [15 Regression] ICE on libjack2-1.9.22: in expand_fn_using_insn, at internal-fn.cc:263

2024-09-23 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116814 --- Comment #2 from Sergei Trofimovich --- Yeah, git bisect landed on r15-1671-gf2476a2649e997 for me as well. Thank you!

[Bug tree-optimization/116817] [15 Regression] ICE on libajantv2-16.2: in compute_live_loop_exits, at tree-ssa-loop-manip.cc:250

2024-09-23 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116817 --- Comment #1 from Sergei Trofimovich --- Bisect landed on r15-3768-g4150bcd205ebb6 "middle-end: lower COND_EXPR into gimple form in vect_recog_bool_pattern"

[Bug middle-end/116797] New: [15 Regression] ICE on libvpx-1.14.1 on -O3: during GIMPLE pass: vect: ICE in operator[], at vec.h:910

2024-09-21 Thread slyfox at gcc dot gnu.org via Gcc-bugs
: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: slyfox at gcc dot gnu.org Target Milestone: --- Noticed iCE on libvpx-1.14.1 on current master r15-3754-g2484ba167e1c4a gcc. Reduced

[Bug target/116814] New: [15 Regression] ICE on libjack2-1.9.22: in expand_fn_using_insn, at internal-fn.cc:263

2024-09-22 Thread slyfox at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: slyfox at gcc dot gnu.org Target Milestone: --- Initially observed ICE on libjack2-1.9.22 on gcc-master at r15-3784-g4fc92480675bd0. cvise reduced it down to

[Bug middle-end/116814] [15 Regression] ICE on libjack2-1.9.22: in expand_fn_using_insn, at internal-fn.cc:263 since r15-1671-gf2476a2649e997

2024-09-25 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116814 --- Comment #4 from Sergei Trofimovich --- The change fixed libjack2-1.9.22 for me. Thank you!

[Bug tree-optimization/116791] [15 Regression] ICE in operator[], at vec.h:910 since r15-3735-g664e0ce580a8f2

2024-09-25 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116791 --- Comment #12 from Sergei Trofimovich --- The change fixed libvpx build for me. Thank you!

[Bug libstdc++/116857] New: [15 Regression] libsupc++ build failure on mingw32: libstdc++-v3/libsupc++/guard.cc:39:1: error: declaration of 'int __cxxabiv1::__cxa_guard_acquire(__guard*) noexcept' has

2024-09-26 Thread slyfox at gcc dot gnu.org via Gcc-bugs
ot gnu.org Reporter: slyfox at gcc dot gnu.org Target Milestone: --- Noticed the build failure today on `x86_64-w64-mingw32` target as: > ../../../../source/libstdc++-v3/libsupc++/guard.cc:39:1: error: declaration of 'int __cxxabiv1::__cxa_guard_acquire(__guard*) noexcep

[Bug libstdc++/116857] [15 Regression] libsupc++ build failure on mingw32: libstdc++-v3/libsupc++/guard.cc:39:1: error: declaration of 'int __cxxabiv1::__cxa_guard_acquire(__guard*) noexcept' has a di

2024-09-26 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116857 --- Comment #6 from Sergei Trofimovich --- The change fixed `x86_64-w64-mingw32` build for me. Thank you!

[Bug c++/116880] New: [15 Regression] too early coroutine destruction of co_await on nix-2.24.8

2024-09-28 Thread slyfox at gcc dot gnu.org via Gcc-bugs
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: slyfox at gcc dot gnu.org Target Milestone: --- Initially observed the failure as a SIGSEGV on a nix-2.24.8 testsuite. The test runs on gcc-14 and fails on gcc-15 from r15-3941

[Bug c++/116880] [15 Regression] too early coroutine destruction of co_await on nix-2.24.8

2024-09-29 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116880 --- Comment #6 from Sergei Trofimovich --- (In reply to Iain Sandoe from comment #5) > Created attachment 59220 [details] > patch under test > > Here is what I'm testing - if you have a chance to test it in your scenario > that would be great.

[Bug c++/116880] [15 Regression] too early coroutine destruction of co_await on nix-2.24.8

2024-09-29 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116880 --- Comment #3 from Sergei Trofimovich --- Bisected it down to r15-3146-g47dbd69b1b31d3. The real test is a bit involved as it requires a running an installtestsuite, relies on boehm-gc and an interpreter language on top if it. I build it as:

[Bug rtl-optimization/117476] [15 regression] bad generated code at -O1 since r15-4991-g69bd93c167fefb

2024-11-07 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117476 Sergei Trofimovich changed: What|Removed |Added CC||slyfox at gcc dot gnu.org

[Bug tree-optimization/117190] New: [15 Regression] ICE on linux-6.11.3: in size_binop_loc, at fold-const.cc:2085

2024-10-17 Thread slyfox at gcc dot gnu.org via Gcc-bugs
: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: slyfox at gcc dot gnu.org Target Milestone: --- Noticed ICE today when building linux-6.11.3 on gcc-master from r15-4413-gb12c9ce245204a. Did not bisect

[Bug c/117190] [15 Regression] ICE on linux-6.11.3: in size_binop_loc, at fold-const.cc:2085

2024-10-17 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117190 --- Comment #1 from Sergei Trofimovich --- In case the minimal example is too mangled original code looks this way: - https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/linux/font.h#n74 - https://git.kernel.org/pub/

[Bug bootstrap/117843] New: [15 Regression] fortran fails bootstrap: gcc/fortran/trans-io.cc:2662:24: error: enumeration value 'EXPR_UNKNOWN' not handled in switch [-Werror=switch]

2024-11-29 Thread slyfox at gcc dot gnu.org via Gcc-bugs
in switch [-Werror=switch] Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: slyfox at gcc dot gnu.org Target

[Bug bootstrap/117843] [15 Regression] fortran fails bootstrap: gcc/fortran/trans-io.cc:2662:24: error: enumeration value 'EXPR_UNKNOWN' not handled in switch [-Werror=switch]

2024-11-29 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117843 --- Comment #4 from Sergei Trofimovich --- The change fixed fortran bootstrap for me. Thank you!

[Bug middle-end/117496] New: [15 Regression] infinite recursion in insert_predicates_for_cond() on cdrkit-1.1.11

2024-11-07 Thread slyfox at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: slyfox at gcc dot gnu.org Target Milestone: --- Noticed huge RAM usage on cdrkit-1.1.11 on today's gcc-master from r15-5033-ge97179bacd067c. Did not b

[Bug middle-end/117496] [15 Regression] infinite recursion in insert_predicates_for_cond() on cdrkit-1.1.11

2024-11-08 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117496 --- Comment #4 from Sergei Trofimovich --- Yeah, the hack fixes `cdrkit-1.1.11` build for me. Thank you!

[Bug middle-end/117496] [15 Regression] infinite recursion in insert_predicates_for_cond() on cdrkit-1.1.11

2024-11-08 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117496 --- Comment #9 from Sergei Trofimovich --- The attached patch also fixes `cdrkit-1.1.11` build for me.

[Bug c++/117980] New: [15 Regression] ICE in in cxx_eval_outermost_constant_expr, at cp/constexpr.cc:8950 on nix-2.25.2

2024-12-09 Thread slyfox at gcc dot gnu.org via Gcc-bugs
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: slyfox at gcc dot gnu.org Target Milestone: --- Observed an ICE on today's gcc-master from r15-6053-gd4525729b74782 (did not b

[Bug c++/117980] [15 Regression] ICE in in cxx_eval_outermost_constant_expr, at cp/constexpr.cc:8950 on nix-2.25.2

2024-12-09 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117980 --- Comment #1 from Sergei Trofimovich --- Forgot the example: // $ cat value.cc.cc struct basic_string { constexpr basic_string(basic_string &); ~basic_string(); }; struct StorePath { basic_string baseName; }; struct DerivedPathOpaque {

[Bug c++/117980] [15 Regression] ICE in in cxx_eval_outermost_constant_expr, at cp/constexpr.cc:8950 on nix-2.25.2

2024-12-09 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117980 --- Comment #4 from Sergei Trofimovich --- Bisected down to r15-6052-g12de1942a0a673: commit 12de1942a0a673f9f2f1c2bfce4279a666061ffc Author: Marek Polacek Date: Thu Aug 29 12:58:41 2024 -0400 c++: compile time evaluation of prvalues [P

[Bug bootstrap/84402] [meta] GCC build system: parallelism bottleneck

2024-12-18 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84402 Bug 84402 depends on bug 111619, which changed state. Bug 111619 Summary: 'make profiledbootstrap' makes 10+ minutes on insn-recog.cc (x86_64-linux) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111619 What|Removed

[Bug rtl-optimization/111619] 'make profiledbootstrap' makes 10+ minutes on insn-recog.cc (x86_64-linux)

2024-12-18 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111619 Sergei Trofimovich changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/118124] New: [15 Regression] ICE in in expand_expr_real_2, at expr.cc:9761 on nss-3.101.2

2024-12-19 Thread slyfox at gcc dot gnu.org via Gcc-bugs
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: slyfox at gcc dot gnu.org Target Milestone: --- Initially noticed build failure on nss-3.101.2 where the error did not make sense on gcc-master from r15-6363-gd0635492172781

[Bug c++/118124] [15 Regression] ICE in in expand_expr_real_2, at expr.cc:9761 on nss-3.101.2

2024-12-20 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118124 --- Comment #3 from Sergei Trofimovich --- Proposed change fixed `nss-3.101.2` build for me. Thank you!

[Bug c/118168] New: -Wmisleading-indentation causes 10x+ overhead or higher (visible on mypy-1.13.0)

2024-12-21 Thread slyfox at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: slyfox at gcc dot gnu.org Target Milestone: --- Created attachment 59943 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59943&action=edit a.c.c.xz I notic

[Bug preprocessor/118168] -Wmisleading-indentation causes 10x+ overhead or higher (visible on mypy-1.13.0)

2024-12-22 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118168 --- Comment #4 from Sergei Trofimovich --- Yeah, it was preprocessed against gcc-15 with c23 default. At least for gcc-13 you can add a few extra trivial defines to reproduce the slowdown. `-Dtrue=1 -Dfalse=0 -Dbool=int -Dnullptr=0 -D__builtin_c

[Bug tree-optimization/118409] [15 regression] gas miscompiled by ifcombine ("Unsupported broadcast" assemble failure)

2025-01-11 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118409 Sergei Trofimovich changed: What|Removed |Added CC||slyfox at gcc dot gnu.org

[Bug c++/118856] [15 Regression] ICE in gimplify_var_or_parm_decl at gimplify.cc:3346 on mesonlsp-4.3.7 since r15-7481

2025-02-14 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118856 --- Comment #12 from Sergei Trofimovich --- The change fixes mesonlsp-4.3.7 tests for me. Thank you!

[Bug c++/118856] [15 Regression] ICE in gimplify_var_or_parm_decl at gimplify.cc:3346 on mesonlsp-4.3.7 since r15-7481

2025-02-13 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118856 --- Comment #6 from Sergei Trofimovich --- The ICE is gone, but the tests in mesonlsp-4.3.7 are still failing. I think test flags the real problem, but I'm not sure if it's valid use of temps. Minimized example out of https://github.com/JCWasmx

[Bug c++/118856] New: [15 Regression] ICE in gimplify_var_or_parm_decl at gimplify.cc:3346 on mesonlsp-4.3.7

2025-02-12 Thread slyfox at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: slyfox at gcc dot gnu.org Target Milestone: --- Noticed ICE of gcc-master from r15-7494-g30dfcecddc6260 (did not bisect yet) on mesonlsp-4.3.7 Minimized example

[Bug middle-end/119226] [15 Regression] ICE on vifm-0.14: SIGSEGV during GIMPLE pass: dom

2025-03-12 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119226 --- Comment #6 from Sergei Trofimovich --- The change in duplicated bug fixed `vifm-0.14` build for me. Thank you both!

[Bug analyzer/119278] New: [15 Regression] ICE on gnutls-3.8.9: in cmp_csts_same_type, at analyzer/svalue.cc:466

2025-03-13 Thread slyfox at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: slyfox at gcc dot gnu.org Target Milestone: --- On current gcc-master at r15-8041-g57dbbdd8e34b80 (did not bisect) gnutls-3.8.9 fails to build the test suite

[Bug middle-end/119226] New: [15 Regression] ICE on vifm-0.14: SIGSEGV during GIMPLE pass: dom

2025-03-11 Thread slyfox at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: slyfox at gcc dot gnu.org Target Milestone: --- Originally noticed the ICE on vifm-0.14 on gcc-master from r15-7972-gbc6bbdb2cbc3ac (did not bisect yet). Extracted reproducer

[Bug rtl-optimization/119428] New: [15 Regression] wrong code on e2fsprogs-1.47.2 since r15-8478-ge8a5f747cfa9c7

2025-03-22 Thread slyfox at gcc dot gnu.org via Gcc-bugs
: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: slyfox at gcc dot gnu.org Target Milestone: --- Initially observed as a test suite failure of e2fsprogs-1.47.2 against r15-8478-ge8a5f747cfa9c7 (bisected

[Bug target/119428] [15 Regression] wrong code on e2fsprogs-1.47.2 since r15-8478-ge8a5f747cfa9c7

2025-03-22 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119428 --- Comment #2 from Sergei Trofimovich --- Self-contained reproducer: // $ cat bug.c __attribute__((noipa, optimize(1))) void bug_o1(unsigned int nr, void * addr) { unsigned char *ADDR = (unsigned char *) addr; ADDR += nr >>

[Bug analyzer/119278] [15 Regression] ICE on gnutls-3.8.9: in cmp_csts_same_type, at analyzer/svalue.cc:466 since r15-8016-g8015a72ae49640

2025-03-13 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119278 --- Comment #2 from Sergei Trofimovich --- Yeah, bisect landed on r15-8016-g8015a72ae49640

[Bug middle-end/119646] New: ICE on lix-2.92.0: internal compiler error: in flatten_await_stmt, at cp/coroutines.cc:3136

2025-04-05 Thread slyfox at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: slyfox at gcc dot gnu.org Target Milestone: --- Created attachment 61018 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61018&action=edi

[Bug analyzer/119278] [15 Regression] ICE on gnutls-3.8.9: in cmp_csts_same_type, at analyzer/svalue.cc:466 since r15-8016-g8015a72ae49640

2025-03-14 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119278 --- Comment #5 from Sergei Trofimovich --- The proposed change fixes gnutls-3.8.9 build for me. Thank you!

[Bug analyzer/119278] [15 Regression] ICE on gnutls-3.8.9: in cmp_csts_same_type, at analyzer/svalue.cc:466 since r15-8016-g8015a72ae49640

2025-03-14 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119278 --- Comment #4 from Sergei Trofimovich --- The proposed change fixes gnutls-3.8.9 build for me. Thank you!

[Bug libstdc++/119970] New: [15 Regression] mingw builds fail as libstdc++-v3/include/ostream:224:65: error: could not convert '__out' since r16-142-g01e5ef3e8b9128

2025-04-27 Thread slyfox at gcc dot gnu.org via Gcc-bugs
Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: slyfox at gcc dot gnu.org Target Milestone: --- gcc-master fails to build

<    2   3   4   5   6   7