[Bug c/118786] New: more wrong code with -finline-small-functions

2025-02-07 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118786 Bug ID: 118786 Summary: more wrong code with -finline-small-functions Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug sarif-replay/118792] New: Off-by-one in underlined ranges in sarif-replay

2025-02-07 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118792 Bug ID: 118792 Summary: Off-by-one in underlined ranges in sarif-replay Product: gcc Version: unknown Status: UNCONFIRMED Keywords: SARIF Severity: normal Prio

[Bug middle-end/111975] gimple front end can't round-trip vectorized code

2025-02-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111975 --- Comment #6 from Richard Biener --- The following is a pragmatic patch for the dots, a less pragmatic one would maybe use dump_fancy_name in a special mode for -gimple, replacing dots by $ for example. The patch below will turn ivtmp.17_23 i

[Bug target/106271] Bootstrap on RISC-V on Ubuntu 22.04 LTS: bits/libc-header-start.h: No such file or directory

2025-02-07 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106271 Rainer Orth changed: What|Removed |Added CC||ro at gcc dot gnu.org --- Comment #10 fro

[Bug target/106271] Bootstrap on RISC-V on Ubuntu 22.04 LTS: bits/libc-header-start.h: No such file or directory

2025-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106271 --- Comment #11 from Matthias Klose --- this is fixed in the 14 branch and in 15.

[Bug target/106271] Bootstrap on RISC-V on Ubuntu 22.04 LTS: bits/libc-header-start.h: No such file or directory

2025-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106271 --- Comment #12 from Matthias Klose --- also note that the Debian and Ubuntu builds are configured with --disable-multilib

[Bug target/106271] Bootstrap on RISC-V on Ubuntu 22.04 LTS: bits/libc-header-start.h: No such file or directory

2025-02-07 Thread ro at CeBiTec dot Uni-Bielefeld.DE via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106271 --- Comment #13 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #11 from Matthias Klose --- > this is fixed in the 14 branch and in 15. I know that's the claim; still the error happened when trying to build trunk two days ago.

[Bug target/106271] Bootstrap on RISC-V on Ubuntu 22.04 LTS: bits/libc-header-start.h: No such file or directory

2025-02-07 Thread ro at CeBiTec dot Uni-Bielefeld.DE via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106271 --- Comment #14 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #12 from Matthias Klose --- > also note that the Debian and Ubuntu builds are configured with > --disable-multilib While I hadn't passed that, the error occured when bui

[Bug target/106271] Bootstrap on RISC-V on Ubuntu 22.04 LTS: bits/libc-header-start.h: No such file or directory

2025-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106271 --- Comment #15 from Matthias Klose --- are you able to check this with 24.04 LTS as well?

[Bug target/106271] Bootstrap on RISC-V on Ubuntu 22.04 LTS: bits/libc-header-start.h: No such file or directory

2025-02-07 Thread ro at CeBiTec dot Uni-Bielefeld.DE via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106271 --- Comment #16 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #15 from Matthias Klose --- > are you able to check this with 24.04 LTS as well? No, the only RISC-V systems I have access to are in the cfarm, none of which run Ubuntu

[Bug tree-optimization/118706] [15 Regression] ICE on valid code at -O1 and above with "-fno-tree-fre" on x86_64-linux-gnu: in make_bit_field_load, at gimple-fold.cc:7862 since r15-7171

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118706 --- Comment #6 from GCC Commits --- The master branch has been updated by Alexandre Oliva : https://gcc.gnu.org/g:075ddb5226c40c4d86ab56b772822fb6494e commit r15-7407-g075ddb5226c40c4d86ab56b772822fb6494e Author: Alexandre Oliva Date:

[Bug testsuite/118762] FAIL: g++.dg/modules/pr98893_b.C -std=c++2b scan-assembler __tcf_ZL1b:

2025-02-07 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118762 --- Comment #1 from Nathaniel Shead --- I guess static S b[1]; has a different name mangling on HPPA. Maybe adjusting to not use an internal-linkage decl here would be a more consistent name (__tcfb) across architectures?

[Bug tree-optimization/118779] [15 Regression] clisp miscompilation since r15-580

2025-02-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118779 --- Comment #1 from Jakub Jelinek --- Or maybe oint, that is a typedef to uintP which I'd guess could be uintptr_t variant.

[Bug d/118248] [15 Regression] gdc ICE (segfault) building a riscv64 cross compiler on s390x-linux-gnu

2025-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118248 --- Comment #8 from Matthias Klose --- Rechecked with 20250203. this works for Debian unstable, but not for Ubuntu plucky. The differences for this are a different baseline (zEC12 vs z13), and enabling the hardening defaults directly in the comp

[Bug tree-optimization/118514] [15 regression] wrong code at -O{1,s,3} on x86_64-linux-gnu since r15-6360-g6d5df5133c5dd8

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118514 --- Comment #8 from GCC Commits --- The master branch has been updated by Alexandre Oliva : https://gcc.gnu.org/g:075ddb5226c40c4d86ab56b772822fb6494e commit r15-7407-g075ddb5226c40c4d86ab56b772822fb6494e Author: Alexandre Oliva Date:

[Bug tree-optimization/118779] [15 Regression] clisp miscompilation since r15-580

2025-02-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118779 Jakub Jelinek changed: What|Removed |Added Target Milestone|--- |15.0

[Bug tree-optimization/118779] New: [15 Regression] clisp miscompilation since r15-580

2025-02-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118779 Bug ID: 118779 Summary: [15 Regression] clisp miscompilation since r15-580 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug tree-optimization/118779] [15 Regression] clisp miscompilation since r15-580

2025-02-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118779 --- Comment #2 from Richard Biener --- (In reply to Jakub Jelinek from comment #0) > In the source, those 2 loops are > { > { gcv_object_t* offset = 0; > { uintWL count = oldsize; > do { > { object oldentry = > > *(gc

[Bug bootstrap/92002] [12/13/14/15 regression] -Wuninitialized warning in gcc/wide-int.cc

2025-02-07 Thread ro at CeBiTec dot Uni-Bielefeld.DE via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92002 --- Comment #23 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #22 from Andrew Pinski --- > I can't reproduce with the reduced testcase in comment #6 with GCC 12+. I have > not tested the original testcase though. I've tried compilin

[Bug tree-optimization/111073] [13/14/15 regression] False-positive -Wstringop-overflow when building gdb from trunk with -D_GLIBCXX_ASSERTIONS

2025-02-07 Thread rogerio.souza at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111073 Rogério de Souza Moraes changed: What|Removed |Added CC||rogerio.souza at gmail dot com

[Bug tree-optimization/115538] wrong-code with SLP vectorization of conversions

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115538 --- Comment #1 from GCC Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:4931a637479aba35e35c50a86f58ecd6262bc487 commit r15-7411-g4931a637479aba35e35c50a86f58ecd6262bc487 Author: Richard Biener Date:

[Bug tree-optimization/118706] [15 Regression] ICE on valid code at -O1 and above with "-fno-tree-fre" on x86_64-linux-gnu: in make_bit_field_load, at gimple-fold.cc:7862 since r15-7171

2025-02-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118706 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/116829] Missing default initialization of finalizable non-polymorphic intent(out) arguments

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116829 --- Comment #5 from GCC Commits --- The master branch has been updated by Paul Thomas : https://gcc.gnu.org/g:251aa524a314faa749b7dd1b7da048e6e6476015 commit r15-7412-g251aa524a314faa749b7dd1b7da048e6e6476015 Author: Paul Thomas Date: Fri F

[Bug middle-end/108016] RISC-V:Bad codegen in scalar code comparing to LLVM

2025-02-07 Thread alexey.merzlyakov at samsung dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108016 --- Comment #5 from Alexey Merzlyakov --- For "Item3" (extra sign extension): it seem that a slightly more elegant solution was found - generate sign_extend(plus) + subreg chain during expand-rtx. Currently expanding code snippet for umulv4:

[Bug tree-optimization/118779] [15 Regression] clisp miscompilation since r15-580

2025-02-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118779 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/108357] [13 Regression] Dead Code Elimination Regression at -O2 since r13-4607-g2dc5d6b1e7ec88

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108357 --- Comment #26 from GCC Commits --- The master branch has been updated by Alexandre Oliva : https://gcc.gnu.org/g:d790f0137c6f12950f1d93a66cf9bdb78757c28b commit r15-7420-gd790f0137c6f12950f1d93a66cf9bdb78757c28b Author: Alexandre Oliva Date

[Bug target/118103] [15 Regression] GCC miscompile rvv intrinsics at `-O3`, missing the `fsrm` instruction to the recover status of frm CSR

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118103 --- Comment #16 from GCC Commits --- The master branch has been updated by Pan Li : https://gcc.gnu.org/g:1c8e6734d2dd3a6236d94c6e4e0c6780f35ede9f commit r15-7421-g1c8e6734d2dd3a6236d94c6e4e0c6780f35ede9f Author: Pan Li Date: Fri Feb 7 14:2

[Bug c++/118763] [12/13/14/15 regression] memory leak involving early return from statement expressions since r12-6325

2025-02-07 Thread valentin at tolmer dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118763 --- Comment #5 from Valentin Tolmer --- Note that there's the same issue with calling a class initializer with multiple arguments (but not a function or a constructor). Refactored example to remove ASAN: ``` #include struct s { char c_;

[Bug tree-optimization/118779] [15 Regression] clisp miscompilation since r15-580

2025-02-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118779 --- Comment #3 from Richard Biener --- So we agree this is INVALID?

[Bug fortran/116829] Missing default initialization of finalizable non-polymorphic intent(out) arguments

2025-02-07 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116829 --- Comment #6 from Paul Thomas --- (In reply to GCC Commits from comment #5) > The master branch has been updated by Paul Thomas : > > https://gcc.gnu.org/g:251aa524a314faa749b7dd1b7da048e6e6476015 > > commit r15-7412-g251aa524a314faa749b7dd1

[Bug jit/118780] New: GCC build fails when enabling JIT but not plugins

2025-02-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118780 Bug ID: 118780 Summary: GCC build fails when enabling JIT but not plugins Product: gcc Version: 14.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug c++/118661] [12/13/14/15 regression] Reading volatile qualified std::nullptr_t should be valid in a constant expression

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118661 --- Comment #6 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:6c8e6d6febaed3c167ca9534935c2cb18045528e commit r15-7413-g6c8e6d6febaed3c167ca9534935c2cb18045528e Author: Jakub Jelinek Date: F

[Bug c++/118773] [15 Regression] Invalid rejection of attribute with dependent argument since r15-3046

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118773 --- Comment #2 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:801fb71f83624f0bf6d6bd27121d4a332103f7be commit r15-7414-g801fb71f83624f0bf6d6bd27121d4a332103f7be Author: Jakub Jelinek Date: F

[Bug c++/118661] [12/13/14 regression] Reading volatile qualified std::nullptr_t should be valid in a constant expression

2025-02-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118661 Jakub Jelinek changed: What|Removed |Added Summary|[12/13/14/15 regression]|[12/13/14 regression]

[Bug c++/118763] [12/13/14/15 regression] memory leak involving early return from statement expressions since r12-6325

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118763 --- Comment #6 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:fcecc74cb38723457a0447924d9993b31252a8f9 commit r15-7415-gfcecc74cb38723457a0447924d9993b31252a8f9 Author: Jakub Jelinek Date: F

[Bug jit/118780] GCC build fails when enabling JIT but not plugins

2025-02-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118780 Richard Biener changed: What|Removed |Added Known to fail||14.2.1 Keywords|

[Bug c++/118773] [15 Regression] Invalid rejection of attribute with dependent argument since r15-3046

2025-02-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118773 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/118763] [12/13/14 regression] memory leak involving early return from statement expressions since r12-6325

2025-02-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118763 Jakub Jelinek changed: What|Removed |Added Summary|[12/13/14/15 regression]|[12/13/14 regression]

[Bug jit/118780] GCC build fails when enabling JIT but not plugins

2025-02-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118780 Richard Biener changed: What|Removed |Added Assignee|dmalcolm at gcc dot gnu.org|rguenth at gcc dot gnu.org

[Bug c++/118190] [12/13/14/15 Regression] ICE: in tsubst_expr, at cp/pt.cc:22244 since r10-1280-g78f7607db4c53f

2025-02-07 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118190 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues

2025-02-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639 Bug 24639 depends on bug 118771, which changed state. Bug 118771 Summary: [15 regression] aarch64 bootstrap fails with --enabled-checking=release because of uninitialized warning https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118771 Wha

[Bug target/118771] [15 regression] aarch64 bootstrap fails with --enabled-checking=release because of uninitialized warning

2025-02-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118771 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/118771] [15 regression] aarch64 bootstrap fails with --enabled-checking=release because of uninitialized warning

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118771 --- Comment #4 from GCC Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:ea4278b1ced4a4c982678094e98ef3efd844917a commit r15-7419-gea4278b1ced4a4c982678094e98ef3efd844917a Author: Andrew Pinski Date: Th

[Bug tree-optimization/115538] wrong-code with SLP vectorization of conversions

2025-02-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115538 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug fortran/108434] [12/13/14 Regression] ICE in class_allocatable, at fortran/expr.cc:5000

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108434 --- Comment #16 from GCC Commits --- The releases/gcc-14 branch has been updated by Paul Thomas : https://gcc.gnu.org/g:4d4c5ec93d65752a4aeda6bf2c9efe429e637969 commit r14-11278-g4d4c5ec93d65752a4aeda6bf2c9efe429e637969 Author: Paul Thomas Da

[Bug fortran/118750] [14 Regression] ICE on associate with elemental function with polymorphic array dummy argument

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118750 --- Comment #5 from GCC Commits --- The releases/gcc-14 branch has been updated by Paul Thomas : https://gcc.gnu.org/g:1cd744a6828f6ab9179906d16434ea40b6404737 commit r14-11279-g1cd744a6828f6ab9179906d16434ea40b6404737 Author: Paul Thomas Dat

[Bug fortran/118750] [14 Regression] ICE on associate with elemental function with polymorphic array dummy argument

2025-02-07 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118750 Paul Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug c++/118282] [12/13/14/15 Regression] GCC fails to identify feasible type conversion scheme between operands of conditional expression with 0 as nullptr

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118282 --- Comment #4 from GCC Commits --- The master branch has been updated by Simon Martin : https://gcc.gnu.org/g:0b2f34ca19edf2b033c90ff378f561429b82a77a commit r15-7416-g0b2f34ca19edf2b033c90ff378f561429b82a77a Author: Simon Martin Date: Fri

[Bug c++/118282] [12/13/14/15 Regression] GCC fails to identify feasible type conversion scheme between operands of conditional expression with 0 as nullptr

2025-02-07 Thread simartin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118282 Simon Martin changed: What|Removed |Added Resolution|--- |FIXED Known to work|

[Bug c++/118190] [12/13/14/15 Regression] ICE: in tsubst_expr, at cp/pt.cc:22244 since r10-1280-g78f7607db4c53f

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118190 --- Comment #5 from GCC Commits --- The trunk branch has been updated by Marek Polacek : https://gcc.gnu.org/g:f5ef1f9e8589697086c8cfea6ad07d56050dde96 commit r15-7417-gf5ef1f9e8589697086c8cfea6ad07d56050dde96 Author: Marek Polacek Date: Th

[Bug c++/117106] [12/13/14/15 Regression] ICE when a "deducing this" function with noexcept specification is used before the class is complete

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117106 --- Comment #4 from GCC Commits --- The trunk branch has been updated by Marek Polacek : https://gcc.gnu.org/g:f5ef1f9e8589697086c8cfea6ad07d56050dde96 commit r15-7417-gf5ef1f9e8589697086c8cfea6ad07d56050dde96 Author: Marek Polacek Date: Th

[Bug c++/117106] [12/13/14/15 Regression] ICE when a "deducing this" function with noexcept specification is used before the class is complete

2025-02-07 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117106 Marek Polacek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug libstdc++/111050] [11/12/13/14 Regression] ABI break in _Hash_node_value_base since GCC 11

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111050 --- Comment #17 from GCC Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:89f007c2a623c2fd57bf1085435d8a71a9b21029 commit r15-7422-g89f007c2a623c2fd57bf1085435d8a71a9b21029 Author: Jonathan Wakely Date

[Bug libstdc++/118160] Dangling reference in std::ranges::is_permutation may cause a crash

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118160 --- Comment #2 from GCC Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:2a2bd96d0d2109384a0eedde843ba811d2e18738 commit r15-7424-g2a2bd96d0d2109384a0eedde843ba811d2e18738 Author: Giuseppe D'Angelo Dat

[Bug jit/118780] GCC build fails when enabling JIT but not plugins

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118780 --- Comment #3 from GCC Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:e22962538f64bb6e5ac87977ec8a5d86f4ef21cb commit r15-7425-ge22962538f64bb6e5ac87977ec8a5d86f4ef21cb Author: Richard Biener Date:

[Bug d/118248] [15 Regression] gdc ICE (segfault) building a riscv64 cross compiler on s390x-linux-gnu

2025-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118248 --- Comment #10 from Matthias Klose --- length = 4, delta = 8

[Bug libstdc++/100249] missing forwarding std::__invoke result in ranges::is_permutation and ranges::clamp

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100249 --- Comment #17 from GCC Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:2a2bd96d0d2109384a0eedde843ba811d2e18738 commit r15-7424-g2a2bd96d0d2109384a0eedde843ba811d2e18738 Author: Giuseppe D'Angelo Da

[Bug d/118248] [15 Regression] gdc ICE (segfault) building a riscv64 cross compiler on s390x-linux-gnu

2025-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118248 --- Comment #9 from Matthias Klose --- Program received signal SIGSEGV, Segmentation fault. 0x041176b8 in riscv_block_move_straight (dest=dest@entry=0x3fff5a78c00, src=src@entry=0x3fff5a78ba0, length=length@entry=4, align=align@entr

[Bug c++/100570] g++ does not suppress bitfield conversion warning even isystem flag is set

2025-02-07 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100570 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Ever confirmed|0

[Bug target/118781] New: [15 Regression] ICE in maybe_record_trace_start, at dwarf2cfi.cc:2591

2025-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20250207 on arm-linux-gnueabihf, last successful build from 20250203: during RTL pass: dwarf2 m2/gm2-compiler-boot

[Bug target/118715] Bad PLT asm generated on ARM thumb with PIC and LTO

2025-02-07 Thread clyon at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118715 --- Comment #8 from Christophe Lyon --- I've opened a linker bug report: https://sourceware.org/bugzilla/show_bug.cgi?id=32659

[Bug rtl-optimization/118623] [12/13/14/15 regression] Miscompile with -O2/3 and -O0/1 since r12-7751-g919fbffef07555

2025-02-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118623 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug libstdc++/118160] Dangling reference in std::ranges::is_permutation may cause a crash

2025-02-07 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118160 Jonathan Wakely changed: What|Removed |Added Last reconfirmed||2025-02-07 Status|UNCONFI

[Bug rtl-optimization/118623] [12/13/14/15 regression] Miscompile with -O2/3 and -O0/1 since r12-7751-g919fbffef07555

2025-02-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118623 --- Comment #14 from Jakub Jelinek --- So, if (reg:CCC flags) being non-zero in RTL means nc and (reg:CCC flags) being zero in RTL means c, shouldn't *bt be using (compare:CCC (zero_extract ...) (const_int 1)) rather than 0?

[Bug c++/115586] c++26: with 2 or more name-independent declarations (anonymous/placeholder structure bindings) with for loop

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115586 --- Comment #8 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:ca7c6d1212b8589deed18386427c67851af2b9ad commit r15-7427-gca7c6d1212b8589deed18386427c67851af2b9ad Author: Jakub Jelinek Date: F

[Bug c++/86769] [12/13/14/15 Regression] g++ destroys condition variable in for statement too early

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86769 --- Comment #24 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:35d40b56eb6e7ac63c790a799d3b367742d58a5e commit r15-7426-g35d40b56eb6e7ac63c790a799d3b367742d58a5e Author: Jakub Jelinek Date: F

[Bug c++/115586] c++26: with 2 or more name-independent declarations (anonymous/placeholder structure bindings) with for loop

2025-02-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115586 --- Comment #9 from Jakub Jelinek --- Fixed for 15+ so far.

[Bug rtl-optimization/116244] [15 Regression] reload ICE building libstdc++ for coldfire

2025-02-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116244 --- Comment #10 from GCC Commits --- The master branch has been updated by Jeff Law : https://gcc.gnu.org/g:388910144a3f11ba61208fc80afb2fa78d657163 commit r15-7428-g388910144a3f11ba61208fc80afb2fa78d657163 Author: Jeff Law Date: Fri Feb 7

[Bug c++/86769] [12/13/14 Regression] g++ destroys condition variable in for statement too early

2025-02-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86769 Jakub Jelinek changed: What|Removed |Added Summary|[12/13/14/15 Regression]|[12/13/14 Regression] g++

[Bug rtl-optimization/116244] [15 Regression] reload ICE building libstdc++ for coldfire

2025-02-07 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116244 Jeffrey A. Law changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

<    1   2