[Bug target/119234] openblas miscompiled with -mcpu=power8

2025-04-16 Thread jeevitha at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119234 Jeevitha changed: What|Removed |Added CC||jeevitha at gcc dot gnu.org --- Comment #5 f

[Bug libstdc++/119742] [C++26] Implement P2697R1, Interfacing bitset with string_view

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119742 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug tree-optimization/97640] GCC doesn't optimize-out outside-affecting lambdas within y-combinator while clang does.

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97640 Andrew Pinski changed: What|Removed |Added Component|c++ |tree-optimization Last reconfirmed|

[Bug c/67224] UTF-8 support for identifier names in GCC

2025-04-16 Thread neilb at protonmail dot ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67224 Neil Booth changed: What|Removed |Added CC||neilb at protonmail dot ch --- Comment #38

[Bug libgdiagnostics/119837] Off-by-one truncation in a warning message from gfortran with quoted string

2025-04-16 Thread kargls at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119837 --- Comment #5 from kargls at comcast dot net --- On 4/16/25 22:01, pinskia at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119837 > > --- Comment #4 from Andrew Pinski --- > I was looking into this and don't see COLUMN

[Bug c/119842] [15 Regression] ICE: in c_type_tag, at c/c-typeck.cc:606

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119842 --- Comment #3 from Andrew Pinski --- Note this shows up only on x86_64 too. So maybe this is a backend bug ...

[Bug c++/79189] Poor code generation when using stateless lambda instead of normal function

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79189 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

[Bug c++/70723] Missed optimization opportunity for lambda converted to fun-ptr

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70723 Andrew Pinski changed: What|Removed |Added CC||ldionne.2 at gmail dot com --- Comment #

[Bug libgdiagnostics/119837] Off-by-one truncation in a warning message from gfortran with quoted string

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119837 --- Comment #4 from Andrew Pinski --- I was looking into this and don't see COLUMNS env being used for diagnostic messages width any more. But I could be wrong. I did it being used for printing out the line of the source file though.

[Bug c/119842] [15 Regression] ICE: in c_type_tag, at c/c-typeck.cc:606

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119842 Andrew Pinski changed: What|Removed |Added Target|x86_64 |x86_64 powerpc*-*-* (32bit) --- Comment

[Bug c/119842] [15 Regression] ICE: in c_type_tag, at c/c-typeck.cc:606

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119842 --- Comment #2 from Andrew Pinski --- By worked I mean we emitted a warning: ``` :3:5: warning: conflicting types for built-in function 'vfprintf'; expected 'int(void *, const char *, __va_list_tag *)' [-Wbuiltin-declaration-mismatch] 3 | in

[Bug c/119842] [15 Regression] ICE: in c_type_tag, at c/c-typeck.cc:606

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119842 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

[Bug rtl-optimization/119841] [15 Regression] gcc.target/cris/pr93372-2.c

2025-04-16 Thread hp at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119841 --- Comment #1 from Hans-Peter Nilsson --- (In reply to Hans-Peter Nilsson from comment #0) > ... > it helpfully "optimizes" these two insns (compact format): Oops, those incoming dumps were at combine entry, so at this point gibberish. (I have

[Bug tree-optimization/82956] Incorrect relocation emitted (symbol considered external) due to inlining and hidden visibility.

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82956 Andrew Pinski changed: What|Removed |Added Keywords|link-failure| --- Comment #5 from Andrew Pinski ---

[Bug target/119386] [14 Regression] [x64] Shared libraries can no longer be compiled with profiling

2025-04-16 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119386 Uroš Bizjak changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/82956] Incorrect relocation emitted (symbol considered external) due to inlining and hidden visibility.

2025-04-16 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82956 --- Comment #4 from Sam James --- (In reply to Andrew Pinski from comment #3) > The minimized testcase looks correct. > > This also might be a binutils/ld bug. -fuse-ld={lld,mold} gives the same: $ objdump -r a | grep _ZThn120_N14Gtid_log_eve

[Bug c/119842] New: ICE: in c_type_tag, at c/c-typeck.cc:606

2025-04-16 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
/configure --prefix=/root/gdbtest/gcc/gcc-250416 --enable-languages=c,c++ --disable-multilib --disable-bootstrap Thread model: posix Supported LTO compression algorithms: zlib gcc version 15.0.1 20250416 (experimental) (GCC

[Bug target/119386] [14 Regression] [x64] Shared libraries can no longer be compiled with profiling

2025-04-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119386 --- Comment #62 from GCC Commits --- The releases/gcc-14 branch has been updated by Uros Bizjak : https://gcc.gnu.org/g:203bce172aba0f09cea8a7853403c99956674b6a commit r14-11648-g203bce172aba0f09cea8a7853403c99956674b6a Author: Ard Biesheuvel

[Bug target/119386] [14 Regression] [x64] Shared libraries can no longer be compiled with profiling

2025-04-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119386 --- Comment #61 from GCC Commits --- The releases/gcc-14 branch has been updated by Uros Bizjak : https://gcc.gnu.org/g:1500a9c9cd7e2a264570d8380789981d77041cc2 commit r14-11647-g1500a9c9cd7e2a264570d8380789981d77041cc2 Author: Ard Biesheuvel

[Bug rtl-optimization/119841] [15 Regression] gcc.target/cris/pr93372-2.c

2025-04-16 Thread hp at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119841 Hans-Peter Nilsson changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug tree-optimization/82956] Incorrect relocation emitted (symbol considered external) due to inlining and hidden visibility.

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82956 --- Comment #3 from Andrew Pinski --- The minimized testcase looks correct. This also might be a binutils/ld bug.

[Bug tree-optimization/82956] Incorrect relocation emitted (symbol considered external) due to inlining and hidden visibility.

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82956 Andrew Pinski changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug fortran/119836] [15 Regression] Elemental intrinsic treated as IMPURE within BLOCK within DO CONCURRENT

2025-04-16 Thread kargls at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119836 --- Comment #7 from kargls at comcast dot net --- On 4/16/25 17:33, jvdelisle at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119836 > > --- Comment #6 from Jerry DeLisle --- > I get one test failure: > > FAIL: gfortra

[Bug tree-optimization/82956] Incorrect relocation emitted (symbol considered external) due to inlining and hidden visibility.

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82956 --- Comment #1 from Andrew Pinski --- No what happened was there is now a direct call to _ZThn120_N14Gtid_log_event13get_data_sizeEv (and not via PLT) and the _ZThn120_N14Gtid_log_event13get_data_sizeEv gets emitting in the object file as:

[Bug rtl-optimization/119841] New: [15 Regression] gcc.target/cris/pr93372-2.c

2025-04-16 Thread hp at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119841 Bug ID: 119841 Summary: [15 Regression] gcc.target/cris/pr93372-2.c Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rt

[Bug libstdc++/119739] [C++26] Implement P0952R2, A new specification for std::generate_canonical

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119739 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

gcc-bugs@gcc.gnu.org

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119745 Andrew Pinski changed: What|Removed |Added Keywords||c++23 Ever confirmed|0

[Bug libstdc++/119744] [C++23] Implement P2711R1, Making multi-param constructors of views explicit

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119744 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug libstdc++/119743] [C++26] Implement P0447R28, std::hive

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119743 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2025-04-17 Status|UNCONFIRM

[Bug libstdc++/119741] [C++26] Implement P2495R3, Interfacing stringstreams with string_view

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119741 Andrew Pinski changed: What|Removed |Added Keywords||c++26 Status|UNCONFIRMED

[Bug libstdc++/119740] [C++26] Implement P2714R1, Bind front and back to NTTP callables

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119740 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug c++/113360] [13/14/15 Regression] Truncated constexpr error messages with -std=c++23/26

2025-04-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113360 --- Comment #4 from GCC Commits --- The trunk branch has been updated by Jason Merrill : https://gcc.gnu.org/g:ac31e41c584c59f8f2e381d545235a32b7c9e406 commit r15-9542-gac31e41c584c59f8f2e381d545235a32b7c9e406 Author: Jason Merrill Date: Tu

[Bug c/88382] undocumented GNU C extension: C++ raw string literals permitted in GNU C

2025-04-16 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88382 Sam James changed: What|Removed |Added Target Milestone|--- |15.0

[Bug libstdc++/119840] FAIL: g++.old-deja/g++.robertl/eb73.C -std=gnu++26 (test for excess errors)

2025-04-16 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119840 --- Comment #1 from John David Anglin --- I'm also seeing warnings from this file in build log. Probably, this warning was introduced in the following commit: 473dde525248a694c0f4e62b31a7fc24b238c5b0

[Bug target/119832] RISC-V: Redundant floating point rounding mode store/restore

2025-04-16 Thread pan2.li at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119832 --- Comment #4 from Li Pan --- (In reply to Kito Cheng from comment #1) > Created attachment 61135 [details] > 0001-RISC-V-Implement-TARGET_MODE_CONFLUENCE.patch > > My working patch for this bug I think TARGET_MODE_CONFLUENCE should be a bett

[Bug fortran/119836] [15 Regression] Elemental intrinsic treated as IMPURE within BLOCK within DO CONCURRENT

2025-04-16 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119836 --- Comment #6 from Jerry DeLisle --- I get one test failure: FAIL: gfortran.dg/do_concurrent_all_clauses.f90 -O (test for errors, line 21) from: ! { dg-do compile } program do_concurrent_all_clauses implicit none integer :: i, arr(10

[Bug target/119386] [14 Regression] [x64] Shared libraries can no longer be compiled with profiling

2025-04-16 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119386 Sam James changed: What|Removed |Added Summary|[14/15 Regression][x64] |[14 Regression] [x64] |Sh

[Bug fortran/119836] [15 Regression] Elemental intrinsic treated as IMPURE within BLOCK within DO CONCURRENT

2025-04-16 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119836 Jerry DeLisle changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot gnu.org --

[Bug rust/119508] Hundreds of rust tests XPASS

2025-04-16 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119508 Sam James changed: What|Removed |Added CC||sjames at gcc dot gnu.org See Als

[Bug cobol/119215] -Wodr and -Wlto-type-mismatch issues in cobol

2025-04-16 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119215 Robert Dubner changed: What|Removed |Added CC||jklowden at gcc dot gnu.org --- Comment

[Bug lto/119839] [15 regression] RISC-V gobmk performance regression with Node clones share order patch (bad LTO partitioning) since r15-6345-g0895aef01c64c3

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119839 --- Comment #4 from Andrew Pinski --- Note I am not even sure if we care about no strict aliasing performance issues in this case either. Most code has been fixed to be compatible with the c aliasing rules too. Though you might be able to get a

[Bug lto/119839] [15 regression] RISC-V gobmk performance regression with Node clones share order patch (bad LTO partitioning) since r15-6345-g0895aef01c64c3

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119839 --- Comment #3 from Andrew Pinski --- What options are you using to compile? Are you using -fno-strict-aliasing? If so what is happening and why it was really just bad luck before if all of the uses of the variable were local to the partitionin

[Bug tree-optimization/118476] [12 Regression] Internal compiler error, invalid 'PHI' argument since GCC8

2025-04-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118476 --- Comment #18 from GCC Commits --- The releases/gcc-12 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:75fc02d56f0be5c4d8a26b2f48fcaa482a849094 commit r12-11052-g75fc02d56f0be5c4d8a26b2f48fcaa482a849094 Author: Andrew Pinski

[Bug libstdc++/119840] New: FAIL: g++.old-deja/g++.robertl/eb73.C -std=gnu++26 (test for excess errors)

2025-04-16 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119840 Bug ID: 119840 Summary: FAIL: g++.old-deja/g++.robertl/eb73.C -std=gnu++26 (test for excess errors) Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: n

[Bug c/88382] undocumented GNU C extension: C++ raw string literals permitted in GNU C

2025-04-16 Thread sandra at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88382 sandra at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c/88382] undocumented GNU C extension: C++ raw string literals permitted in GNU C

2025-04-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88382 --- Comment #4 from GCC Commits --- The master branch has been updated by Sandra Loosemore : https://gcc.gnu.org/g:47561e459e7ea6ad2451310a3f9fee38fc08318d commit r15-9539-g47561e459e7ea6ad2451310a3f9fee38fc08318d Author: Sandra Loosemore Date

[Bug lto/119839] [15 regression] RISC-V gobmk performance regression with Node clones share order patch (bad LTO partitioning) since r15-6345-g0895aef01c64c3

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119839 --- Comment #2 from Andrew Pinski --- Yes before the cloned symbols were put last. While now they ordered in the same batch as what the source was. so you will need to narrow down further why change_stack_pointer was pulled out of the loop befo

[Bug lto/119839] [15 regression] RISC-V gobmk performance regression with Node clones share order patch (bad LTO partitioning) since r15-6345-g0895aef01c64c3

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119839 Andrew Pinski changed: What|Removed |Added Keywords||needs-reduction, |

[Bug lto/119839] [15 regression] RISC-V gobmk performance regression with Node clones share order patch (bad LTO partitioning) since r15-6345-g0895aef01c64c3

2025-04-16 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119839 Sam James changed: What|Removed |Added Keywords||missed-optimization Summary|RISC

[Bug lto/119839] New: RISC-V gobmk performance regression with Node clones share order patch (bad LTO partitioning)

2025-04-16 Thread anton at ozlabs dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119839 Bug ID: 119839 Summary: RISC-V gobmk performance regression with Node clones share order patch (bad LTO partitioning) Product: gcc Version: unknown Status: UNCONFIRMED

[Bug libgdiagnostics/119837] Off-by-one truncation in a warning message from gfortran with quoted string

2025-04-16 Thread kargls at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119837 --- Comment #3 from kargls at comcast dot net --- So, in my testing I use an 80-column wide xterm. The warning I see is Warning: The Hollerith constant at (1) is truncated in conversion to 'INTEGER(4' [-Wcharacter-truncation] The last parenthe

[Bug c++/99546] lambda in requires-expression outside template is broken

2025-04-16 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99546 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org --- Comment #2

[Bug tree-optimization/112822] [14 regression] ICE: invalid RHS for gimple memory store after r14-5831-gaae723d360ca26

2025-04-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112822 --- Comment #14 from GCC Commits --- The master branch has been updated by Peter Bergner : https://gcc.gnu.org/g:17c5ad25811a92c45083a0ad0b9c7e0d944c9521 commit r15-9538-g17c5ad25811a92c45083a0ad0b9c7e0d944c9521 Author: Peter Bergner Date:

[Bug fortran/119827] Out of bounds check fails on substrings for upper bound

2025-04-16 Thread v2000kiara at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119827 --- Comment #5 from Visagan Ravindran --- (In reply to anlauf from comment #4) > (In reply to kargls from comment #3) > > (In reply to Visagan Ravindran from comment #2) > > > Thank you for your reply. A colleague informed me that the NAG compil

[Bug middle-end/88670] [meta-bug] generic vector extension issues

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88670 Bug 88670 depends on bug 111285, which changed state. Bug 111285 Summary: [12 Regression] vector ABSU is lowered incorrectly https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111285 What|Removed |Added --

[Bug tree-optimization/111285] [12 Regression] vector ABSU is lowered incorrectly

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

[Bug tree-optimization/116922] [12 Regression] ICE: in op_iter_init, at ssa-iterators.h:604 with -Ofast

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

[Bug cobol/119215] -Wodr and -Wlto-type-mismatch issues in cobol

2025-04-16 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119215 --- Comment #5 from Sam James --- (For stage1, I'll handle richi's previous review and make that easier to do by integrating it with --{enable,disable}-werror or something.)

[Bug tree-optimization/116412] [15 Regression] ICE on openblas-0.3.28: in find_lattice_value, at tree-complex.cc:178

2025-04-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116412 --- Comment #11 from GCC Commits --- The releases/gcc-12 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:8aff886ffeb435c37fc68861f6e5501834aa3603 commit r12-11051-g8aff886ffeb435c37fc68861f6e5501834aa3603 Author: Andrew Pinski

[Bug tree-optimization/118476] [12 Regression] Internal compiler error, invalid 'PHI' argument since GCC8

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

[Bug tree-optimization/118922] [12 regression] Miscompile at -O2/3

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

[Bug tree-optimization/110009] Another missing ABS detection

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110009 Bug 110009 depends on bug 111285, which changed state. Bug 111285 Summary: [12 Regression] vector ABSU is lowered incorrectly https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111285 What|Removed |Added

[Bug tree-optimization/118922] [12 regression] Miscompile at -O2/3

2025-04-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118922 --- Comment #29 from GCC Commits --- The releases/gcc-12 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:9d0c2f769553c65a39c12df3c2d0891c53fafd6a commit r12-11050-g9d0c2f769553c65a39c12df3c2d0891c53fafd6a Author: Andrew Pinski

[Bug middle-end/117243] [12 regression] program crash under -O3 optimization or higher since r12-5300-gf98f373dd822b3

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

[Bug middle-end/117243] [12 regression] program crash under -O3 optimization or higher since r12-5300-gf98f373dd822b3

2025-04-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117243 --- Comment #24 from GCC Commits --- The releases/gcc-12 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:5347b382a38d664216bd7484dd5438a1863d02a3 commit r12-11047-g5347b382a38d664216bd7484dd5438a1863d02a3 Author: Andrew Pinski

[Bug tree-optimization/111285] [12 Regression] vector ABSU is lowered incorrectly

2025-04-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111285 --- Comment #12 from GCC Commits --- The releases/gcc-12 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:df76d7b05693dc511a114cb6ece2cbc5eef25dea commit r12-11049-gdf76d7b05693dc511a114cb6ece2cbc5eef25dea Author: Andrew Pinski

[Bug c++/106212] Code becomes non-constexpr with _GLIBCXX_DEBUG

2025-04-16 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106212 --- Comment #14 from Jonathan Wakely --- The std::array problem is fixed for 12.5, 13.4 and 14.3

[Bug tree-optimization/116922] [12 Regression] ICE: in op_iter_init, at ssa-iterators.h:604 with -Ofast

2025-04-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116922 --- Comment #10 from GCC Commits --- The releases/gcc-12 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:a5929ef809558a3117e7a6e2e66316a828b50f29 commit r12-11048-ga5929ef809558a3117e7a6e2e66316a828b50f29 Author: Andrew Pinski

[Bug middle-end/116749] [12/13/14/15 Regression] program crash under -O3 optimization since r12-5300-gf98f373dd822b3

2025-04-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116749 --- Comment #14 from GCC Commits --- The releases/gcc-12 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:5347b382a38d664216bd7484dd5438a1863d02a3 commit r12-11047-g5347b382a38d664216bd7484dd5438a1863d02a3 Author: Andrew Pinski

[Bug libstdc++/113841] Can't swap two std::hash

2025-04-16 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113841 --- Comment #18 from Jonathan Wakely --- The std::vector problem is fixed for 12.5 and 13.3 and 14.1

[Bug c++/119838] optional template keyword with global namespace causing error

2025-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119838 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2025-04-16 Status|UNCONFIRM

[Bug c++/117966] [12/13/14/15 regression] constexpr std::span construction fails to compile with D_GLIBCXX_DEBUG

2025-04-16 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117966 --- Comment #17 from Jonathan Wakely --- The error in std::span is fixed for 12.5, 13.4 and 14.3

[Bug libstdc++/117560] std::views::zip incompatible with std::filesystem::directory_iterator & std::views::transform

2025-04-16 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117560 Jonathan Wakely changed: What|Removed |Added Target Milestone|13.4|12.5 --- Comment #9 from Jonathan Wak

[Bug libstdc++/117560] std::views::zip incompatible with std::filesystem::directory_iterator & std::views::transform

2025-04-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117560 --- Comment #8 from GCC Commits --- The releases/gcc-12 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:5f3811fd50113571127b849325ab8f6c674158af commit r12-11040-g5f3811fd50113571127b849325ab8f6c674158af Author: Jonathan Wak

[Bug c++/106212] Code becomes non-constexpr with _GLIBCXX_DEBUG

2025-04-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106212 --- Comment #13 from GCC Commits --- The releases/gcc-12 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:c0d805192b0092235b2ef32a184b17a76ebac401 commit r12-11044-gc0d805192b0092235b2ef32a184b17a76ebac401 Author: Jonathan Wa

[Bug libstdc++/116549] std::disable_sized_sentinel_for is missing specialisation for std::move_iterator

2025-04-16 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116549 Jonathan Wakely changed: What|Removed |Added Target Milestone|13.4|12.5 --- Comment #12 from Jonathan Wa

[Bug cobol/119759] LICENSE file in gcc/cobol

2025-04-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119759 --- Comment #5 from GCC Commits --- The master branch has been updated by Robert Dubner : https://gcc.gnu.org/g:c3e721f489ebed71fccb4a2ebb5add92e8ddc206 commit r15-9537-gc3e721f489ebed71fccb4a2ebb5add92e8ddc206 Author: Bob Dubner Date: Wed

[Bug c++/117966] [12/13/14/15 regression] constexpr std::span construction fails to compile with D_GLIBCXX_DEBUG

2025-04-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117966 --- Comment #16 from GCC Commits --- The releases/gcc-12 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:7b0f505650310c11455ee7d34f95008658d3e655 commit r12-11043-g7b0f505650310c11455ee7d34f95008658d3e655 Author: Jonathan Wa

[Bug libstdc++/113841] Can't swap two std::hash

2025-04-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113841 --- Comment #17 from GCC Commits --- The releases/gcc-12 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:9357f7e0fbfbf0d7d5adb2cd1588a765f40b6162 commit r12-11042-g9357f7e0fbfbf0d7d5adb2cd1588a765f40b6162 Author: Jonathan Wa

[Bug libstdc++/116549] std::disable_sized_sentinel_for is missing specialisation for std::move_iterator

2025-04-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116549 --- Comment #11 from GCC Commits --- The releases/gcc-12 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:4cb91df31d65c3bca5c6d4c2efcd51f454def884 commit r12-11041-g4cb91df31d65c3bca5c6d4c2efcd51f454def884 Author: Jonathan Wa

[Bug fortran/119827] Out of bounds check fails on substrings for upper bound

2025-04-16 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119827 anlauf at gcc dot gnu.org changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug tree-optimization/119712] [14/15 Regression] compiler hang at -O{1,2,3,s} since r14-5109

2025-04-16 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119712 --- Comment #8 from Andrew Macleod --- Final version of the patch is submitted to the mailing list ( https://gcc.gnu.org/pipermail/gcc-patches/2025-April/681252.html ) which removes adjust_range() and moves the same functionality directly into

[Bug cobol/119215] -Wodr and -Wlto-type-mismatch issues in cobol

2025-04-16 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119215 --- Comment #4 from Sam James --- Created attachment 61146 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61146&action=edit 0001-config-add-Werror-lto-type-mismatch-odr-to-bootstrap.patch Easiest way is to apply this patch, then do: ./con

[Bug cobol/119215] -Wodr and -Wlto-type-mismatch issues in cobol

2025-04-16 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119215 Robert Dubner changed: What|Removed |Added CC||rdubner at gcc dot gnu.org --- Comment

[Bug c++/119838] New: optional template keyword causing error

2025-04-16 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119838 Bug ID: 119838 Summary: optional template keyword causing error Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug cobol/119211] [15 Regression] Cobol GCC 15 release checklist

2025-04-16 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119211 Bug 119211 depends on bug 119759, which changed state. Bug 119759 Summary: LICENSE file in gcc/cobol https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119759 What|Removed |Added -

[Bug cobol/119759] LICENSE file in gcc/cobol

2025-04-16 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119759 Robert Dubner changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rdubner at gcc dot gnu.org

[Bug ipa/115767] [12/13/14/15 regression] GCC loses track of value on aarch64 with -O2 since r11-3308-gd119f34c952f87

2025-04-16 Thread mcccs at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115767 --- Comment #29 from mcccs at gmx dot com --- fails with even -O1 -fstrict-aliasing -fcode-hoisting

[Bug libstdc++/93672] [12 Regression] std::basic_istream::ignore hangs if delim MSB is set

2025-04-16 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93672 --- Comment #10 from Jonathan Wakely --- I proposed https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3223r1.html to fix this surprising behaviour, but it hasn't made it through the committee yet.

[Bug ipa/115767] [12/13/14/15 regression] GCC loses track of value on aarch64 with -O2 since r11-3308-gd119f34c952f87

2025-04-16 Thread mcccs at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115767 --- Comment #28 from mcccs at gmx dot com --- Created attachment 61145 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61145&action=edit 27k bytes reduced testcase further reduced with c-reduce. verified with various LLVM fsanitize's

[Bug fortran/119836] [15 Regression] Elemental intrinsic treated as IMPURE within BLOCK within DO CONCURRENT

2025-04-16 Thread kargls at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119836 --- Comment #4 from kargls at comcast dot net --- All intrinsic functions are simple, and therefore pure. The following patch should fix the issue with functions. A similar fix is needed for subroutine, but only a few intrinsic subroutine are p

[Bug fortran/119836] [15 Regression] Elemental intrinsic treated as IMPURE within BLOCK within DO CONCURRENT

2025-04-16 Thread kargls at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119836 --- Comment #3 from kargls at comcast dot net --- Well, that's weird. It appears that I'm the guilty person. 'git blame resolve.cc' leads to 7d92901c878c commit 7d92901c878c6c00ada7f9cee8825f03ad4722f1 Author: Steve Kargl Date: Sun Nov 24 18

[Bug libstdc++/105609] ranges::move(_backward) should use ranges​::​iter_move instead of std​::​move

2025-04-16 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105609 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/106612] ranges::iter_move does not consider iterator's value categories

2025-04-16 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106612 Jonathan Wakely changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug libstdc++/108760] ranges::iota is not included in

2025-04-16 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108760 Jonathan Wakely changed: What|Removed |Added Target Milestone|14.3|13.4 --- Comment #12 from Jonathan Wa

[Bug libstdc++/117121] [15 regression] heap-buffer-overflow in ranges::{copy,move}_backward for 1-element ranges

2025-04-16 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117121 --- Comment #6 from Jonathan Wakely --- I backported the changes to the algos and so had to backport this fix too.

[Bug target/119784] -mapxf saves registers beyond red zone

2025-04-16 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119784 H.J. Lu changed: What|Removed |Added Target Milestone|--- |14.3 Resolution|---

[Bug libstdc++/116471] Strange/bogus static_assert in ranges::copy / move algorithms

2025-04-16 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116471 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/119784] -mapxf saves registers beyond red zone

2025-04-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119784 --- Comment #4 from GCC Commits --- The releases/gcc-14 branch has been updated by H.J. Lu : https://gcc.gnu.org/g:a33e2808c8987dcd422c5156c47bcf672ddc7f9f commit r14-11642-ga33e2808c8987dcd422c5156c47bcf672ddc7f9f Author: H.J. Lu Date: Sun

[Bug target/119784] -mapxf saves registers beyond red zone

2025-04-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119784 --- Comment #5 from GCC Commits --- The releases/gcc-14 branch has been updated by H.J. Lu : https://gcc.gnu.org/g:8cc672d3d3a2f090d840fb2a8c344cf927715d6c commit r14-11643-g8cc672d3d3a2f090d840fb2a8c344cf927715d6c Author: H.J. Lu Date: Mon

  1   2   3   >