[Bug tree-optimization/119804] [14/15 regression] compiler hang at -O1

2025-04-14 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119804 Sam James changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rust/119341] statement_list in rust-gcc.cc can use range for

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

[Bug cobol/119331] cobol: unimplemented exceptions abort compilation - even if requested to NOT use them

2025-04-14 Thread simonsobisch at gnu dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119331 --- Comment #1 from Simon Sobisch --- Side note: there's a working patch for gcobc at https://gcc.gnu.org/pipermail/gcc-patches/2025-April/680218.html which improves it in general - but this part was explicit left out

[Bug fortran/119800] Use of Fortran TRANSFER intrinsic with argument of derived type containing allocatable causes storage aliasing

2025-04-14 Thread krefson at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119800 --- Comment #7 from Keith Refson --- Yes, definitely. Any scalar with an ultimate allocatable component should be warned about.

[Bug cobol/119809] New: FE internal_error internal compiler error: in digits_from_float128, at cobol/genapi.cc:15293 (bit data items)

2025-04-14 Thread simonsobisch at gnu dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119809 Bug ID: 119809 Summary: FE internal_error internal compiler error: in digits_from_float128, at cobol/genapi.cc:15293 (bit data items) Product: gcc Version: 15.0

[Bug libstdc++/113663] [MinGW] std::filesystem::hard_link_count always returns 1

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

[Bug ipa/119803] [15 regression] ICE on valid code at -O{2,3} on x86_64-linux-gnu: in verify_mask, at value-range.cc:2484 since r15-9427

2025-04-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119803 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Sum

[Bug tree-optimization/119811] calls.h should not be needed for tree-ssa-phiopt.cc

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

[Bug c++/119692] C++ 'typeinfo', 'vtable' vs. OpenACC, OpenMP 'target' offloading

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119692 --- Comment #5 from GCC Commits --- The trunk branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:a304c88b6feb9ee580d3e389f08a6ed40dfe2292 commit r15-9462-ga304c88b6feb9ee580d3e389f08a6ed40dfe2292 Author: Thomas Schwinge Date:

[Bug target/118794] The attached c++ openmp offload code fails, because the c sqrt function makes nonlocal gotos..

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118794 --- Comment #11 from GCC Commits --- The trunk branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:aa3e72f943032e5f074b2bd2fd06d130dda8760b commit r15-9463-gaa3e72f943032e5f074b2bd2fd06d130dda8760b Author: Thomas Schwinge Date:

[Bug target/118794] The attached c++ openmp offload code fails, because the c sqrt function makes nonlocal gotos..

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118794 --- Comment #12 from GCC Commits --- The trunk branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:fe283dba774be57b705a7a871b000d2894d2e553 commit r15-9470-gfe283dba774be57b705a7a871b000d2894d2e553 Author: Thomas Schwinge Date:

[Bug tree-optimization/119811] New: calls.h should not be needed for tree-ssa-phiopt.cc

2025-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119811 Bug ID: 119811 Summary: calls.h should not be needed for tree-ssa-phiopt.cc Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: internal-improvement Severity: enhan

[Bug fortran/119812] New: Bogus rank and type mismatch errors with procedure pointer

2025-04-14 Thread abensonca at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119812 Bug ID: 119812 Summary: Bogus rank and type mismatch errors with procedure pointer Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Pr

[Bug tree-optimization/119614] [15 regression] protobuf-29.4 fails to build with -O2 (error: cannot tail-call: call and return value are different)

2025-04-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119614 --- Comment #28 from Jakub Jelinek --- Created attachment 61118 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61118&action=edit gcc15-pr119614-inc.patch Comments in the form of an incremental patch. Mostly formatting + testcase, plus rem

[Bug tree-optimization/119614] [15 regression] protobuf-29.4 fails to build with -O2 (error: cannot tail-call: call and return value are different)

2025-04-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119614 --- Comment #31 from Jakub Jelinek --- baz actually isn't cloned at all, just IPA-VR should be able to find out that it always returns NULL.

[Bug ipa/119803] [15 regression] ICE on valid code at -O{2,3} on x86_64-linux-gnu: in verify_mask, at value-range.cc:2484 since r15-9427

2025-04-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119803 --- Comment #7 from Jakub Jelinek --- Though guess ipcp_bits_lattice::meet_with needs similar treatment.

[Bug target/108134] x86 Operand Modifiers documentation issue

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108134 --- Comment #5 from GCC Commits --- The master branch has been updated by hongtao Liu : https://gcc.gnu.org/g:fa58ff249a0e63a721ccb6d770c86523d84a212a commit r15-9473-gfa58ff249a0e63a721ccb6d770c86523d84a212a Author: liuhongt Date: Sun Apr

[Bug target/108134] x86 Operand Modifiers documentation issue

2025-04-14 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108134 Hongtao Liu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/95782] [s390] ICE in _cpp_pop_context

2025-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95782 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |15.0

[Bug ipa/113203] __attribute__ ((always_inline)) fails with C99/LTO/-Og.

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

[Bug c++/119814] requires-clauses think void can be passed to ...

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

[Bug c++/119814] requires-clauses think void can be passed to ...

2025-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119814 --- Comment #2 from Andrew Pinski --- Interesting take the following: ``` void a(...); template bool b1() { return requires (void (*v)(...)) { v(v(1)); }; } bool c() { return b1(); } ``` Clang and GCC both say this returns 1 but MSVC retu

[Bug target/119760] GCC does not implement intrinsics for Vector Multiply-by-10 Unsigned Quadword and varients

2025-04-14 Thread munroesj at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119760 --- Comment #2 from Steven Munroe --- (In reply to Richard Biener from comment #1) > Likely because GCC doesn't know anything about BCD (no BCD "modes", builtins > or optabs or direct internal functions). As I stated the existing bcdadd/sub bui

[Bug libstdc++/119813] New: std::is_invocable thinks void can be passed to ...

2025-04-14 Thread blubban at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119813 Bug ID: 119813 Summary: std::is_invocable thinks void can be passed to ... Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compo

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

2025-04-14 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 Summary|[12/13/14 regression] |[12/13 regression] program

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

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116749 --- Comment #13 from GCC Commits --- The releases/gcc-13 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:cd53c305d46b88549f80de6145a52c5447c9c57e commit r13-9527-gcd53c305d46b88549f80de6145a52c5447c9c57e Author: Andrew Pinski

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

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111285 --- Comment #10 from GCC Commits --- The releases/gcc-13 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:935c21e2719cb3124d8d9daa8c5611e1974bd93d commit r13-9525-g935c21e2719cb3124d8d9daa8c5611e1974bd93d Author: Andrew Pinski

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

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117243 --- Comment #22 from GCC Commits --- The releases/gcc-13 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:cd53c305d46b88549f80de6145a52c5447c9c57e commit r13-9527-gcd53c305d46b88549f80de6145a52c5447c9c57e Author: Andrew Pinski

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

2025-04-14 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 Known to work||13.3.1 Summary|[12/13 regres

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

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118922 --- Comment #27 from GCC Commits --- The releases/gcc-13 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:7b9a1f91efe34051bc512def7ef883f62cf698fd commit r13-9528-g7b9a1f91efe34051bc512def7ef883f62cf698fd Author: Andrew Pinski

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

2025-04-14 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 Summary|[12/13 regression] |[12 regression] Miscompile

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

2025-04-14 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 Known to work||13.3.1 Summary|[12/13 Regres

[Bug ipa/119803] [15 regression] ICE on valid code at -O{2,3} on x86_64-linux-gnu: in verify_mask, at value-range.cc:2484 since r15-9427

2025-04-14 Thread jamborm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119803 Martin Jambor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug modula2/119751] There's a need to tidy up m2 subdirectories' contents

2025-04-14 Thread zbigniew2011 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119751 --- Comment #15 from Zbigniew --- The second example, I mean the one from PDF book, spits out somewhat different errors. I mean the second one from the section 2.17: PROCEDURE Example (foo, bar: CARDINAL) : CARDINAL ; VAR myout: CARDINAL ; BEGI

[Bug ipa/119803] [15 regression] ICE on valid code at -O{2,3} on x86_64-linux-gnu: in verify_mask, at value-range.cc:2484 since r15-9427

2025-04-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119803 --- Comment #6 from Jakub Jelinek --- --- gcc/ipa-cp.cc.jj2025-04-14 22:51:13.171434430 +0200 +++ gcc/ipa-cp.cc 2025-04-14 23:42:40.515006966 +0200 @@ -923,13 +923,13 @@ ipcp_bits_lattice::meet_with_1 (widest_i m_mask = (m_mask | ma

[Bug lto/119792] [14 Regression] internal error with simple discriminated types in Ada

2025-04-14 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119792 Eric Botcazou changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug target/119628] Need better mechanisms to manage register saves in callee for tail calls

2025-04-14 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119628 --- Comment #8 from H.J. Lu --- Created attachment 61120 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61120&action=edit A tested patch

[Bug target/71268] [PATCH] Fix description of x86_64's -m32 option

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

[Bug target/71268] [PATCH] Fix description of x86_64's -m32 option

2025-04-14 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71268 --- Comment #5 from Sam James --- Inverse-dupe of PR109954 as that contains the fix.

[Bug target/109954] x86-64's -m32 does not conform to documentation

2025-04-14 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109954 Sam James changed: What|Removed |Added CC||ismael at linux dot com --- Comment #22 fro

[Bug target/71268] [PATCH] Fix description of x86_64's -m32 option

2025-04-14 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71268 Sam James changed: What|Removed |Added Resolution|WORKSFORME |DUPLICATE --- Comment #6 from Sam James ---

[Bug tree-optimization/119614] [15 regression] protobuf-29.4 fails to build with -O2 (error: cannot tail-call: call and return value are different)

2025-04-14 Thread jamborm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119614 --- Comment #32 from Martin Jambor --- Created attachment 61119 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61119&action=edit Fixed WIP patch Right, I forgot to modify output_cgraph_opt_summary_p as well, which was not necessary for th

[Bug c++/119814] New: requires-clauses think void can be passed to ...

2025-04-14 Thread blubban at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119814 Bug ID: 119814 Summary: requires-clauses think void can be passed to ... Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug c/117724] [15 regression] ICE when building libgit2 (error: ‘TYPE_CANONICAL’ is not compatible)

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117724 --- Comment #15 from GCC Commits --- The releases/gcc-14 branch has been updated by Eric Botcazou : https://gcc.gnu.org/g:5457388f58262bee41ae1d744ff6f3da34119e2d commit r14-11611-g5457388f58262bee41ae1d744ff6f3da34119e2d Author: Eric Botcazou

[Bug c/114713] incorrect TBAA for struct with flexible array member or GNU zero size

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114713 --- Comment #6 from GCC Commits --- The releases/gcc-14 branch has been updated by Eric Botcazou : https://gcc.gnu.org/g:5457388f58262bee41ae1d744ff6f3da34119e2d commit r14-11611-g5457388f58262bee41ae1d744ff6f3da34119e2d Author: Eric Botcazou

[Bug c/113688] [14 regression] verify_type fails for compatible structs with FAM in C23, builtin-sprintf-warn-1.c and gnu23-tag-1.c with -g

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113688 --- Comment #36 from GCC Commits --- The releases/gcc-14 branch has been updated by Eric Botcazou : https://gcc.gnu.org/g:5457388f58262bee41ae1d744ff6f3da34119e2d commit r14-11611-g5457388f58262bee41ae1d744ff6f3da34119e2d Author: Eric Botcazou

[Bug c/114014] [14/15 Regression] ICE: 'verify_type' failed: 'TYPE_CANONICAL' is not compatible with -g on gcc.dg/gnu23-tag-1.c and builtin-sprintf-warn-1.c

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114014 --- Comment #7 from GCC Commits --- The releases/gcc-14 branch has been updated by Eric Botcazou : https://gcc.gnu.org/g:5457388f58262bee41ae1d744ff6f3da34119e2d commit r14-11611-g5457388f58262bee41ae1d744ff6f3da34119e2d Author: Eric Botcazou

[Bug lto/119792] [14 Regression] internal error with simple discriminated types in Ada

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119792 --- Comment #7 from GCC Commits --- The releases/gcc-14 branch has been updated by Eric Botcazou : https://gcc.gnu.org/g:5457388f58262bee41ae1d744ff6f3da34119e2d commit r14-11611-g5457388f58262bee41ae1d744ff6f3da34119e2d Author: Eric Botcazou

[Bug c++/113835] [13/14/15 Regression] compiling std::vector with const size in C++20 is slow

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113835 --- Comment #19 from GCC Commits --- The trunk branch has been updated by Jason Merrill : https://gcc.gnu.org/g:764f02327f7b2dc6ac5abaf89038e51cf0ee6d13 commit r15-9474-g764f02327f7b2dc6ac5abaf89038e51cf0ee6d13 Author: Jason Merrill Date: S

[Bug sanitizer/119801] [15 Regression] Rejects-valid with musttail attribute and -fsanitize=thread

2025-04-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119801 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug tree-optimization/119718] __attribute__((musttail)) affects whether -foptimize-tail-calls will in fact optimize a tail call

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119718 --- Comment #17 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:2e3c91786a981f2d68600e2d7b2e25a766e59c21 commit r15-9454-g2e3c91786a981f2d68600e2d7b2e25a766e59c21 Author: Jakub Jelinek Date:

[Bug ipa/119318] [15 Regression] wrong code with vector arithmetics at -O2 since r15-6294-g96fb71883d438b

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119318 --- Comment #13 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:ebdf92b6067a357e7bb08bfde294cc19b50e6abb commit r15-9459-gebdf92b6067a357e7bb08bfde294cc19b50e6abb Author: Jakub Jelinek Date:

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

2025-04-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119211 Bug 119211 depends on bug 119776, which changed state. Bug 119776 Summary: COBOL '-fmax-errors', 'Separate' https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119776 What|Removed |Added --

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

2025-04-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119211 Bug 119211 depends on bug 119777, which changed state. Bug 119777 Summary: [15 Regression] COBOL '-fsyntax-only', 'RejectNegative' https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119777 What|Removed |Added ---

[Bug cobol/119776] COBOL '-fmax-errors', 'Separate'

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

[Bug middle-end/104800] reodering of potentially trapping operations and volatile stores

2025-04-14 Thread paulmckrcu at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104800 --- Comment #21 from Paul McKenney --- > Given C++ abandoned 'volatile' I would rather suggest to document > better ways of achieving that and if existing ways are too cumbersome > we should see a way to do this without altering behavior on 'vol

[Bug rtl-optimization/119785] [12/13/14/15 Regression] UBSAN errors in machmode.h on sparc

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119785 --- Comment #5 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:f96a54350afcf7f3c90d0ecb51d7683d826acc00 commit r15-9458-gf96a54350afcf7f3c90d0ecb51d7683d826acc00 Author: Jakub Jelinek Date: M

[Bug cobol/119777] [15 Regression] COBOL '-fsyntax-only', 'RejectNegative'

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119777 --- Comment #8 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:e96cb35ceb08bb6d12670172115f27819c806e82 commit r15-9455-ge96cb35ceb08bb6d12670172115f27819c806e82 Author: Jakub Jelinek Date: M

[Bug cobol/119776] COBOL '-fmax-errors', 'Separate'

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119776 --- Comment #3 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:e0b57c75e6daa1664bea03ce96733bf1ebb38ced commit r15-9457-ge0b57c75e6daa1664bea03ce96733bf1ebb38ced Author: Jakub Jelinek Date: M

[Bug cobol/119777] [15 Regression] COBOL '-fsyntax-only', 'RejectNegative'

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119777 --- Comment #9 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:d0b41f3d6d0ace2b0ca57d105cd7fd8361d0b2a8 commit r15-9456-gd0b41f3d6d0ace2b0ca57d105cd7fd8361d0b2a8 Author: Jakub Jelinek Date: M

[Bug tree-optimization/119803] [15 regression] ICE on valid code at -O{2,3} on x86_64-linux-gnu: in verify_mask, at value-range.cc:2484

2025-04-14 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119803 David Binderman changed: What|Removed |Added CC||dcb314 at hotmail dot com --- Comment

[Bug tree-optimization/119803] [15 regression] ICE on valid code at -O{2,3} on x86_64-linux-gnu: in verify_mask, at value-range.cc:2484

2025-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119803 --- Comment #2 from Andrew Pinski --- Most likely either https://gcc.gnu.org/cgit/gcc/commit/?id=6b6611f81476b6375c90859d85331c2981a2ce51 or https://gcc.gnu.org/cgit/gcc/commit/?id=4f19487f2606d25516d31f0279101deea9772da4 .

[Bug tree-optimization/119803] [15 regression] ICE on valid code at -O{2,3} on x86_64-linux-gnu: in verify_mask, at value-range.cc:2484

2025-04-14 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119803 Sam James changed: What|Removed |Added Priority|P3 |P1

[Bug fortran/119800] Use of Fortran TRANSFER intrinsic with argument of derived type containing allocatable causes storage aliasing

2025-04-14 Thread kargls at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119800 --- Comment #5 from kargls at comcast dot net --- (In reply to anlauf from comment #4) > (In reply to Keith Refson from comment #3) > > I think it probably also needs to flag up if MOLD contains an allocatable or > > pointer component too. Modif

[Bug preprocessor/119798] Preprocessor skipping since C17 and C++17

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

[Bug target/116927] [14 Regression] during RTL pass: early_ra: ICE: verify_flow_info failed: missing REG_EH_REGION note at the end of bb 4 with -fnon-call-exceptions -fno-delete-dead-exceptions

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

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

2025-04-14 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 Known to work||14.2.1 Summary|[12/13/14 Reg

[Bug tree-optimization/119803] [15 regression] ICE on valid code at -O{2,3} on x86_64-linux-gnu: in verify_mask, at value-range.cc:2484

2025-04-14 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119803 Sam James changed: What|Removed |Added Last reconfirmed||2025-04-14 Version|unknown

[Bug target/119673] GCC with Win32 thread model cannot compile 'std' module

2025-04-14 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119673 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/119673] GCC with Win32 thread model cannot compile 'std' module

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119673 --- Comment #4 from GCC Commits --- The master branch has been updated by Eric Botcazou : https://gcc.gnu.org/g:5c82694319a168a1369bafa4c6e21b664a5d0bc8 commit r15-9419-g5c82694319a168a1369bafa4c6e21b664a5d0bc8 Author: Eric Botcazou Date: M

[Bug modula2/119779] ASM examples no longer work

2025-04-14 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119779 --- Comment #2 from Gaius Mulley --- Created attachment 61105 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61105&action=edit Proposed fix for documentation and accompanying dg testcases PR modula2/119779 ASM examples no longer work Thi

[Bug c++/114525] [12/13/14 Regression] Incorrect code generated when setting a value through a pointer-to-member on a ternary returning an object reference

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114525 --- Comment #9 from GCC Commits --- The releases/gcc-13 branch has been updated by Simon Martin : https://gcc.gnu.org/g:ca2b5edb99023d88c83ac6384e908fce6b546578 commit r13-9523-gca2b5edb99023d88c83ac6384e908fce6b546578 Author: Simon Martin Da

[Bug rtl-optimization/119773] [12/13/14/15 regression] wrong code at -O{s,1,2,3} on x86_64-linux-gnu since r11-6482

2025-04-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119773 --- Comment #7 from Jakub Jelinek --- Ok, so I've verified that before slsr pass stepping through the IL would terminate and return 0 from main. The slsr change is @@ -64,8 +64,8 @@ int main () goto ; [73.64%] [local count: 790703480]:

[Bug tree-optimization/119778] [13/14/15 regression] -Wuninitialized crashed with longjmp/setjmp since r13-2500

2025-04-14 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119778 Richard Biener changed: What|Removed |Added Priority|P3 |P2 --- Comment #12 from Richard Biener

[Bug rust/119508] Hundreds of rust tests XPASS

2025-04-14 Thread mark at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119508 --- Comment #17 from Mark Wielaard --- (In reply to Owen A. from comment #16) > *linked builders What exactly are you asking for? The builder runs are linked aren't they? They have stdout logs and through the bunsen link you can find full .sum

[Bug c/113688] [14 regression] verify_type fails for compatible structs with FAM in C23, builtin-sprintf-warn-1.c and gnu23-tag-1.c with -g

2025-04-14 Thread uecker at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113688 --- Comment #28 from uecker at gcc dot gnu.org --- I am not sure alias set zero is a solution because it seems you would have to make many types have set zero to be correct. Capturing the equivalence classes using TYPA_CANONICAL seems a sound a

[Bug tree-optimization/119778] [13/14/15 regression] -Wuninitialized crashed with longjmp/setjmp since r13-2500

2025-04-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119778 --- Comment #13 from Jakub Jelinek --- Perhaps both, making it also more robust?

[Bug lto/119792] [14.2.1 regression] internal error with simple discriminated types in Ada

2025-04-14 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119792 Eric Botcazou changed: What|Removed |Added Target Milestone|--- |14.3 Keywords|

[Bug tree-optimization/114052] [12 Regression] Wrong code at -O2 for well-defined infinite loop since r8-5245

2025-04-14 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114052 --- Comment #23 from rguenther at suse dot de --- On Fri, 11 Apr 2025, vvinayag at arm dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114052 > > --- Comment #22 from vvinayag at arm dot com --- > (In reply to rguent...@suse.de f

[Bug target/119673] GCC with Win32 thread model cannot compile 'std' module

2025-04-14 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119673 Eric Botcazou changed: What|Removed |Added Target Milestone|--- |15.0 Target|

[Bug middle-end/104800] reodering of potentially trapping operations and volatile stores

2025-04-14 Thread uecker at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104800 --- Comment #19 from uecker at gcc dot gnu.org --- We could add an optional flag and see? There are also many users who would like to have this as they use volatile to suppress unwanted code motion.

[Bug rtl-optimization/119773] [12/13/14/15 regression] wrong code at -O{s,1,2,3} on x86_64-linux-gnu since r11-6482

2025-04-14 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119773 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Last reconfirmed|

[Bug c/113688] [14 regression] verify_type fails for compatible structs with FAM in C23, builtin-sprintf-warn-1.c and gnu23-tag-1.c with -g

2025-04-14 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113688 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment

[Bug modula2/119751] There's a need to tidy up m2 subdirectories' contents

2025-04-14 Thread zbigniew2011 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119751 --- Comment #13 from Zbigniew --- And regarding my Comment #8 — about assembler-related problems? Is it a bug?

[Bug libstdc++/119794] New: [C++26] P2075R6 Philox Engine

2025-04-14 Thread 1nfocalypse at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119794 Bug ID: 119794 Summary: [C++26] P2075R6 Philox Engine Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug tree-optimization/114052] [12 Regression] Wrong code at -O2 for well-defined infinite loop since r8-5245

2025-04-14 Thread vvinayag at arm dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114052 --- Comment #24 from vvinayag at arm dot com --- (In reply to rguent...@suse.de from comment #23) > On Fri, 11 Apr 2025, vvinayag at arm dot com wrote: > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114052 > > > > --- Comment #22 from vvina

[Bug rtl-optimization/119786] UBSAN error in reorg.cc's note_delay_statistics index 2 out of bounds for type 'int [2]'

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

[Bug tree-optimization/114052] [12 Regression] Wrong code at -O2 for well-defined infinite loop since r8-5245

2025-04-14 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114052 --- Comment #25 from rguenther at suse dot de --- On Mon, 14 Apr 2025, vvinayag at arm dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114052 > > --- Comment #24 from vvinayag at arm dot com --- > (In reply to rguent...@suse.de f

[Bug cobol/119776] COBOL '-fmax-errors', 'Separate'

2025-04-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119776 Jakub Jelinek changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug c++/119699] fnspec for constructors/deconstructors don't say they return this when targetm.cxx.cdtor_returns_this () returns true

2025-04-14 Thread clyon at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119699 Christophe Lyon changed: What|Removed |Added CC||clyon at gcc dot gnu.org --- Comment

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

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119784 --- Comment #2 from GCC Commits --- The master branch has been updated by H.J. Lu : https://gcc.gnu.org/g:0a074b8c7e79f9d9359d044f1499b0a9ce9d2801 commit r15-9431-g0a074b8c7e79f9d9359d044f1499b0a9ce9d2801 Author: H.J. Lu Date: Sun Apr 13 12

[Bug rust/119341] statement_list in rust-gcc.cc can use range for

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119341 --- Comment #4 from GCC Commits --- The trunk branch has been updated by Arthur Cohen : https://gcc.gnu.org/g:ec2edeffedeaaeceecf8c85fded9fd2ee3c1aa52 commit r15-9437-gec2edeffedeaaeceecf8c85fded9fd2ee3c1aa52 Author: Andrew Pinski Date: Wed

[Bug rust/119342] block in rust-gcc.cc could use some comments

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119342 --- Comment #1 from GCC Commits --- The trunk branch has been updated by Arthur Cohen : https://gcc.gnu.org/g:9e367223ce5c42e0598ef52637af34f74e14acc1 commit r15-9438-g9e367223ce5c42e0598ef52637af34f74e14acc1 Author: Andrew Pinski Date: Wed

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

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118476 --- Comment #12 from GCC Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:d45a6502d1ec87d43f1a39f87cca58f1e28369c8 commit r15-9434-gd45a6502d1ec87d43f1a39f87cca58f1e28369c8 Author: Andrew Pinski Date: M

[Bug cobol/119805] New: COMP-5 / COMP-X issues

2025-04-14 Thread simonsobisch at gnu dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119805 Bug ID: 119805 Summary: COMP-5 / COMP-X issues Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: cobol Assignee:

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

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116922 --- Comment #6 from GCC Commits --- The releases/gcc-14 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:aaef5d6409742574c2ff6acbc75a2a0f597ce8a3 commit r14-11607-gaaef5d6409742574c2ff6acbc75a2a0f597ce8a3 Author: Andrew Pinski

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

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116412 --- Comment #9 from GCC Commits --- The releases/gcc-14 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:f6efcd3d4855e57646a9e3561404ad735d702c60 commit r14-11609-gf6efcd3d4855e57646a9e3561404ad735d702c60 Author: Andrew Pinski

[Bug tree-optimization/116098] [14 Regression] _Bool value from tagged union is incorrect when built with optimization since r14-1597-g64d90d06d2db43

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116098 --- Comment #26 from GCC Commits --- The releases/gcc-14 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:c2c1046b83a92283cd0863942efe9df453d78a78 commit r14-11605-gc2c1046b83a92283cd0863942efe9df453d78a78 Author: Andrew Pinski

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

2025-04-14 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 Summary|[12/13/14 Regression] |[12/13 Regression] Internal

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

2025-04-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118476 --- Comment #13 from GCC Commits --- The releases/gcc-14 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:52b97f984f2f2dfd1e1d815a2c75153568718462 commit r14-11610-g52b97f984f2f2dfd1e1d815a2c75153568718462 Author: Andrew Pinski

  1   2   3   >