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

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

[Bug middle-end/113546] [13 Regression] aarch64: bootstrap-debug-lean broken with -fcompare-debug failure since r13-2921-gf1adf45b17f7f1

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

[Bug modula2/119779] ASM examples no longer work

2025-04-15 Thread zbigniew2011 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119779 --- Comment #8 from Zbigniew --- I modified somewhat the example and it seems to be working using RAX too (BTW: does there exist any way — any „pragma” or anything — to switch from that atrocious AT&T syntax to Intel syntax?): MODULE examplead

[Bug c++/119755] type_traits:828:11: fatal error: failed to load pendings for 'std::__is_one_of'

2025-04-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119755 --- Comment #6 from GCC Commits --- The master branch has been updated by Nathaniel Shead : https://gcc.gnu.org/g:a6f4178d0d5a51c0de175d282f693f923ffefa27 commit r15-9508-ga6f4178d0d5a51c0de175d282f693f923ffefa27 Author: Nathaniel Shead Date:

[Bug modula2/119779] ASM examples no longer work

2025-04-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119779 --- Comment #9 from Andrew Pinski --- See https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/x86-Options.html#index-masm_003ddialect-1

[Bug c++/119764] noexcept lambdas do not have unused captures get pruned

2025-04-15 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119764 --- Comment #1 from Nathaniel Shead --- The thread at https://gcc.gnu.org/pipermail/gcc-patches/2025-April/680971.html has a patch. Note that there are potential ABI concerns as this changes the size and contents of the lambdas.

[Bug d/119826] [13/14/15 regression] ICE: verify_type failed: type variant differs by TYPE_MAX_VALUE with -g

2025-04-15 Thread ibuclaw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119826 Iain Buclaw changed: What|Removed |Added CC||ibuclaw at gcc dot gnu.org --- Comment #1

[Bug c++/103524] [meta-bug] modules issue

2025-04-15 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103524 Bug 103524 depends on bug 119755, which changed state. Bug 119755 Summary: type_traits:828:11: fatal error: failed to load pendings for 'std::__is_one_of' https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119755 What|Removed

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

2025-04-15 Thread v2000kiara at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119827 Bug ID: 119827 Summary: Out of bounds check fails on substrings for upper bound Product: gcc Version: 14.2.1 Status: UNCONFIRMED Severity: normal Pri

[Bug d/119826] [13/14/15 regression] ICE: verify_type failed: type variant differs by TYPE_MAX_VALUE with -g

2025-04-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119826 --- Comment #2 from GCC Commits --- The master branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:c5ffab99a5a962aa955310e74ca0a4be5c1acf30 commit r15-9509-gc5ffab99a5a962aa955310e74ca0a4be5c1acf30 Author: Iain Buclaw Date: Wed A

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

2025-04-15 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119712 --- Comment #7 from Andrew Macleod --- Bah. almost but not quite. Rangers cache algorithm must remain as it is... it will always produce a better result.. but we need to calculate everything properly. Going back to the original analysis: FWD v

[Bug tree-optimization/116093] wrong code with -Og -ftree-vrp -fno-tree-dce

2025-04-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116093 --- Comment #3 from Andrew Pinski --- Based on my analysis in comment #1 makes this sound similar to the problem that is being fixed by r15-9397-g3f9dfb94eab1ab1bbf9a2b5e20d1f61e36516063 . Notice _5 = _2; there.

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

2025-04-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119785 --- Comment #7 from Sam James --- (In reply to Jakub Jelinek from comment #6) > Hopefully fixed on the trunk so far. Yes, fixed, thanks!

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

2025-04-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119786 --- Comment #3 from Sam James --- Created attachment 61129 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61129&action=edit pr119786.patch This patch together with the PR119785 fix survives bootstrap-ubsan with UBSAN_OPTIONS set to catch

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

2025-04-15 Thread kargls at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119827 kargls at comcast dot net changed: What|Removed |Added CC||kargls at comcast dot net --

[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-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119614 --- Comment #38 from Sam James --- The testcase from comment 14 fails for me still with Martin's last patch as well as Honza's.

[Bug driver/64534] invalid -march value incosistency

2025-04-15 Thread p.nguyen at yahooinc dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64534 Phong Nguyen changed: What|Removed |Added CC||p.nguyen at yahooinc dot com --- Comment

[Bug target/64534] invalid -march value incosistency

2025-04-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64534 --- Comment #5 from Andrew Pinski --- (In reply to Phong Nguyen from comment #4) > I've been able to replicate this on GCC 8.5.0 but it looks like GCC 9.2.1, > 10.3.1, 11.2.1, 12.2.1, 13.3.1 and 14.2.1 are showing expected behavior. Huh? `gcc -m

[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-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119614 --- Comment #39 from Sam James --- (In reply to Sam James from comment #38) > The testcase from comment 14 fails for me still with Martin's last patch as > well as Honza's. I'm reducing two variants of that.

[Bug target/119628] Need better mechanisms to manage register saves in callee for tail calls (inc. preserve_none for x86_64?)

2025-04-15 Thread kenjin4096 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119628 --- Comment #14 from Ken Jin --- No speedup (within noise) with latest patch over previous patch. So Andrew might be right there on the register shuffling. However, note that pystones is just one benchmark in Python and not the full benchmark su

[Bug target/64534] invalid -march value incosistency

2025-04-15 Thread p.nguyen at yahooinc dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64534 --- Comment #6 from Phong Nguyen --- Ah, sorry, I was directed here to take a look at: `gcc -march=native -march=westmere` I observed that on GCC 8 the usual expectation of "last flag wins" was not true, but that it appears to do the right thi

[Bug target/64534] invalid -march value incosistency

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

[Bug modula2/119779] ASM examples no longer work

2025-04-15 Thread gaius at gcc dot gnu.org via Gcc-bugs
printf ("Example procedure function failed to return 3, seen %d", c) ; exit (1) END END exampleadd2. $ gm2 --version gm2 (GCC) 15.0.1 20250413 (experimental) Also works for gm2-14 $ gm2 --version gm2 (GCC) 14.2.1 20250415 $ gm2 exampleadd2.mod $ ./a.out $ echo $? 0

[Bug target/119533] RISC-V: libgo build failures (ICE) with Vector enabled

2025-04-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119533 --- Comment #13 from GCC Commits --- The master branch has been updated by Vineet Gupta : https://gcc.gnu.org/g:edb4867412895100b3addc525bc0dba0ea90c7f9 commit r15-9492-gedb4867412895100b3addc525bc0dba0ea90c7f9 Author: Vineet Gupta Date: Tu

[Bug target/119628] Need better mechanisms to manage register saves in callee for tail calls (inc. preserve_none for x86_64?)

2025-04-15 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119628 --- Comment #13 from H.J. Lu --- (In reply to Ken Jin from comment #9) > I tried this out with CPython's interpreter that uses tail calls with the > patch at > https://gitlab.com/x86-gcc/gcc/-/tree/users/hjl/saved/master?ref_type=heads > applied

[Bug middle-end/110282] Segmentation fault with specific optimizations

2025-04-15 Thread mcccs at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110282 mcccs at gmx dot com changed: What|Removed |Added CC||mcccs at gmx dot com --- Comment

[Bug middle-end/110282] Segmentation fault with specific optimizations

2025-04-15 Thread mcccs at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110282 --- Comment #9 from mcccs at gmx dot com --- Sorry never mind I understand, it should still be bisected and reduced so that any hidden bugs would be uncovered. I'll bisect it

[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-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119614 --- Comment #35 from Sam James --- (In reply to Martin Jambor from comment #33) > The patch from comment #32 passes LTO-bootstrap and profiled-LTO-bootstrap > on x86_64-linux. I have asked Honza to look at it and comment, especially > on the de

[Bug modula2/119779] ASM examples no longer work

2025-04-15 Thread zbigniew2011 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119779 --- Comment #7 from Zbigniew --- I mean: the arith limit doesn't bother me that much — 32-bit is quite enough — but being limited to 32-bit registers while working in 64-bit OS means PUSH/POP cannot be used, and all these new, additional R* regi

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

2025-04-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116412 --- Comment #10 from GCC Commits --- The releases/gcc-13 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:de622c307743cc03f45f1ba7b0c2f8df0b378206 commit r13-9531-gde622c307743cc03f45f1ba7b0c2f8df0b378206 Author: Andrew Pinski

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

2025-04-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118476 --- Comment #16 from GCC Commits --- The releases/gcc-13 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:d1eb3fdac1af2a124781047bc562ec0e4d809f0d commit r13-9532-gd1eb3fdac1af2a124781047bc562ec0e4d809f0d Author: Andrew Pinski

[Bug lto/119816] Lto regression in 15-20250413 (worked in 15-20250407)

2025-04-15 Thread rudi at heitbaum dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119816 rudi at heitbaum dot com changed: What|Removed |Added Resolution|--- |FIXED Status|WAIT

[Bug d/119826] [13/14/15 regression] ICE: verify_type failed: type variant differs by TYPE_MAX_VALUE with -g

2025-04-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119826 Sam James changed: What|Removed |Added Target Milestone|--- |13.4 Summary|ICE: verify_type fa

[Bug modula2/119779] ASM examples no longer work

2025-04-15 Thread zbigniew2011 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119779 --- Comment #10 from Zbigniew --- Even "better"... :( I'm seriously afraid it won't be possible to switch somehow to GAS, regarding assembly, instead of C-inline?

[Bug modula2/119779] ASM examples no longer work

2025-04-15 Thread zbigniew2011 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119779 --- Comment #11 from Zbigniew --- (* gm2 exampleadd2.mod -o exampleadd2 -masm=intel *) MODULE exampleadd2 ; FROM libc IMPORT printf, exit ; PROCEDURE Example (foo, bar: LONGCARD) : CARDINAL ; VAR myout: LONGCARD ; BEGIN ASM VOLATIL

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

2025-04-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119712 Sam James changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |amacleod at redhat dot com

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

2025-04-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119784 Sam James changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |hjl.tools at gmail dot com

[Bug tree-optimization/116093] wrong code with -Og -ftree-vrp -fno-tree-dce

2025-04-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116093 Sam James changed: What|Removed |Added Known to work||15.0 Known to fail|15.0

[Bug middle-end/110282] Segmentation fault with specific optimizations

2025-04-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110282 --- Comment #13 from Sam James --- No problem -- you may want to do -Werror=return-type -Werror=uninitialized -Werror=sequence-point as well to reduce the chance of reducing to something bogus. (-Werror=return-type would catch that issue I menti

[Bug c++/119829] New: Internal Compiler Error with braced initialization and designated initializers

2025-04-15 Thread amir.ahmed.ansari at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119829 Bug ID: 119829 Summary: Internal Compiler Error with braced initialization and designated initializers Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severit

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

2025-04-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119801 --- Comment #3 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:07565115371ea5cdf9e6d75ea3777540d1d31bda commit r15-9481-g07565115371ea5cdf9e6d75ea3777540d1d31bda Author: Jakub Jelinek Date: T

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

2025-04-15 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 Resolution|--- |FIXED Status|ASSIGNED

[Bug middle-end/119808] wrong code with _BitInt() and -ftree-coalesce-vars -fstack-protector-strong

2025-04-15 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119808 --- Comment #2 from Jakub Jelinek --- The bug is in bitint.4 ={v} {CLOBBER(eos)}; That shouldn't have been emitted after bitint.4 to bitint.4 copy for the b.0_6 = b_5; copy. I guess for -O1 we should just omit any code for the copy when bot

[Bug d/119817] d: internal compiler error: in dwarf2out_imported_module_or_decl, at dwarf2out.cc:27676

2025-04-15 Thread ibuclaw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119817 Iain Buclaw changed: What|Removed |Added Last reconfirmed||2025-04-15 Status|UNCONFIRMED

[Bug rtl-optimization/119815] [14/15 regression] wrong code at -O{1,2,3} since r14-2709

2025-04-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119815 --- Comment #3 from Richard Biener --- looks like another trigger for the latent SCEV issues

[Bug d/119817] d: internal compiler error: in dwarf2out_imported_module_or_decl, at dwarf2out.cc:27676

2025-04-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119817 --- Comment #2 from GCC Commits --- The master branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:f5ed7d19c965de9ccb158d77e929b17459bf65b5 commit r15-9483-gf5ed7d19c965de9ccb158d77e929b17459bf65b5 Author: Iain Buclaw Date: Tue A

[Bug c++/112288] [12/13 Regression] ICE - internal compiler error: in instantiate_decl, at cp/pt.cc:26861 since r6-6830-g20a0c6f9bdbd78

2025-04-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112288 --- Comment #16 from GCC Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:369461d0749790f1291f76096064d583d2547934 commit r15-9484-g369461d0749790f1291f76096064d583d2547934 Author: Patrick Palka Date:

[Bug c++/119807] [14/15 Regression] constexpr counter thing causes checking ICE: in instantiate_decl, at cp/pt.cc:27844 since r15-2120

2025-04-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119807 --- Comment #7 from GCC Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:369461d0749790f1291f76096064d583d2547934 commit r15-9484-g369461d0749790f1291f76096064d583d2547934 Author: Patrick Palka Date: T

[Bug c++/119807] [14 Regression] constexpr counter thing causes checking ICE: in instantiate_decl, at cp/pt.cc:27844 since r15-2120

2025-04-15 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119807 Patrick Palka changed: What|Removed |Added Known to work||15.0 Summary|[14/15 Regressi

[Bug middle-end/119808] wrong code with _BitInt() and -ftree-coalesce-vars -fstack-protector-strong

2025-04-15 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119808 --- Comment #3 from Jakub Jelinek --- The clobber is emitted when processing b.1_1 = (unsigned _BitInt(129)) b.0_6; and the rules covering it are if (m_first && m_single_use_names && m_vars[p] != m_lhs && m_af

[Bug libstdc++/119754] std::uninitialized_value_construct does not begin lifetime of trivial types

2025-04-15 Thread tkaminsk at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119754 Tomasz Kamiński changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug target/119628] Need better mechanisms to manage register saves in callee for tail calls (inc. preserve_none for x86_64?)

2025-04-15 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119628 --- Comment #11 from H.J. Lu --- (In reply to Ken Jin from comment #9) > I tried this out with CPython's interpreter that uses tail calls with the > patch at > https://gitlab.com/x86-gcc/gcc/-/tree/users/hjl/saved/master?ref_type=heads > applied

[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-15 Thread jamborm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119803 --- Comment #9 from Martin Jambor --- I have posted a patch with the change proposed by Jakub to the mailing list: https://inbox.sourceware.org/gcc-patches/ri67c3lbm7q@virgil.suse.cz/T/#u

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

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

[Bug libstdc++/119754] std::uninitialized_value_construct does not begin lifetime of trivial types

2025-04-15 Thread tkaminsk at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119754 --- Comment #3 from Tomasz Kamiński --- Except that `::operator new` does not perform implicit object creation at compile time per https://eel.is/c++draft/intro.object#14: > Except during constant evaluation, any implicit or explicit invocation

[Bug d/119799] d: internal compiler error: in visit, at d/decl.cc:838

2025-04-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119799 --- Comment #1 from GCC Commits --- The master branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:074b2b0f91f948fe3488ada91ec6a8576c684dea commit r15-9485-g074b2b0f91f948fe3488ada91ec6a8576c684dea Author: Iain Buclaw Date: Tue A

[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-15 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119803 --- Comment #8 from Jakub Jelinek --- So full patch would be --- gcc/ipa-cp.cc.jj2025-04-15 14:56:26.861419422 +0200 +++ gcc/ipa-cp.cc 2025-04-15 15:10:05.270414498 +0200 @@ -933,13 +933,13 @@ ipcp_bits_lattice::meet_with_1 (widest_i

[Bug testsuite/119818] New: FAIL: cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob -O0 execution test

2025-04-15 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119818 Bug ID: 119818 Summary: FAIL: cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob -O0 execution test Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: n

[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-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119803 --- Comment #10 from GCC Commits --- The master branch has been updated by Martin Jambor : https://gcc.gnu.org/g:b4cf69503bcb32491dbd7ab63fe7f0f9fcdcca38 commit r15-9486-gb4cf69503bcb32491dbd7ab63fe7f0f9fcdcca38 Author: Martin Jambor Date:

[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-15 Thread jamborm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119614 --- Comment #33 from Martin Jambor --- The patch from comment #32 passes LTO-bootstrap and profiled-LTO-bootstrap on x86_64-linux. I have asked Honza to look at it and comment, especially on the decision to put the return VR into clone_info des

[Bug c++/99214] Incorrect template arguments shown in constraint satisfaction failure diagnostic

2025-04-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99214 --- Comment #4 from GCC Commits --- The releases/gcc-14 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:3dc43f7f4394f8705090232e3506e1e94f484877 commit r14-11616-g3dc43f7f4394f8705090232e3506e1e94f484877 Author: Patrick Palka

[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-15 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 Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/119819] New: ICE on unexpanded template parameter pack

2025-04-15 Thread eczbek.void at gmail dot com via Gcc-bugs
specs. COLLECT_GCC=/opt/compiler-explorer/gcc-snapshot/bin/g++ Target: x86_64-linux-gnu Configured with: ../gcc-trunk-20250415/configure --prefix=/opt/compiler-explorer/gcc-build/staging --enable-libstdcxx-backtrace=yes --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --d

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

2025-04-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119318 --- Comment #15 from GCC Commits --- The master branch has been updated by Martin Jambor : https://gcc.gnu.org/g:b4cf69503bcb32491dbd7ab63fe7f0f9fcdcca38 commit r15-9486-gb4cf69503bcb32491dbd7ab63fe7f0f9fcdcca38 Author: Martin Jambor Date:

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

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

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

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

[Bug ada/81087] array index out of range in gnatlink, making test always false

2025-04-15 Thread nicolas at debian dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81087 Nicolas Boulenguez changed: What|Removed |Added Attachment #58152|0 |1 is obsolete|

[Bug c++/118809] Excessive memory usage with global std::vector> in C++20 mode

2025-04-15 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118809 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org Resolu

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

2025-04-15 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113835 Jason Merrill changed: What|Removed |Added CC||daklishch at gmail dot com --- Comment

[Bug target/119547] RISC-V: VSETVL mistakenly modified other data

2025-04-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119547 --- Comment #17 from GCC Commits --- The master branch has been updated by Robin Dapp : https://gcc.gnu.org/g:517f7e3f02b4c945d2b4bdabb490961cf986391e commit r15-9491-g517f7e3f02b4c945d2b4bdabb490961cf986391e Author: Robin Dapp Date: Fri Ap

[Bug libstdc++/109162] C++23 improvements to std::format

2025-04-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109162 --- Comment #11 from GCC Commits --- The master branch has been updated by Tomasz Kaminski : https://gcc.gnu.org/g:f62e5d720de829cf346b799f3463fee53728ba6c commit r15-9490-gf62e5d720de829cf346b799f3463fee53728ba6c Author: Tomasz KamiÅski Date

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

2025-04-15 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119751 --- Comment #16 from Gaius Mulley --- RE: ASM examples probably easier to continue this thread over at PR modula2/119779

<    1   2