[Bug target/120687] RISC-V: very poor vector code gen for LMbench bw_mem test case

2025-06-17 Thread bergner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120687 Peter Bergner changed: What|Removed |Added CC||law at gcc dot gnu.org,

[Bug target/120687] RISC-V: very poor vector code gen for LMbench bw_mem test case

2025-06-17 Thread ktkachov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120687 --- Comment #2 from ktkachov at gcc dot gnu.org --- I similarly see this generates ~200 lines of assembly for aarch64 compared to ~20 with Clang so I'd mark it as target-independent. I think I remember a bug in the past about the need for loop re

[Bug target/120687] RISC-V: very poor vector code gen for LMbench bw_mem test case

2025-06-17 Thread rdapp at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120687 --- Comment #3 from Robin Dapp --- Yeah, for 8 elements we still have a mode but beyond 8 we at least cannot do a segment access anymore. Then we try with even/odd or interleaved permutations. I kind of wonder why the cost model doesn't reject

[Bug middle-end/120631] [16 Regression] ICE: in decimal_integer_string, at real.cc:2342 when mixing _BitInt() and _Decimal constants

2025-06-17 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120631 Jakub Jelinek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org Last

[Bug c/120658] OPTIMIZATION: STRING HANDLING: wrong results under exotic conditions.

2025-06-17 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120658 Eric Botcazou changed: What|Removed |Added Resolution|--- |INVALID CC|

[Bug c++/120686] New: ICE on a lambda that uses parameter pack capture and parameter pack indexing in decltype return type

2025-06-17 Thread e.siga at proton dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120686 Bug ID: 120686 Summary: ICE on a lambda that uses parameter pack capture and parameter pack indexing in decltype return type Product: gcc Version: 15.1.0 Status: UNCONFI

[Bug c++/120686] ICE on a lambda that uses parameter pack capture and parameter pack indexing in decltype return type

2025-06-17 Thread e.siga at proton dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120686 --- Comment #1 from Egor Bychin --- FYI: clang has a similar issue https://github.com/llvm/llvm-project/issues/144540

[Bug ada/120665] assertion failure on container Aggregate aspect

2025-06-17 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120665 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug target/120687] New: RISC-V: very poor vector code gen for LMbench bw_mem test case

2025-06-17 Thread bergner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120687 Bug ID: 120687 Summary: RISC-V: very poor vector code gen for LMbench bw_mem test case Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal

[Bug modula2/120673] Mutually dependent types crash the compiler

2025-06-17 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120673 --- Comment #2 from Gaius Mulley --- Created attachment 61654 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61654&action=edit Proposed fix which detects cyclic type dependencies This patch fixes an ICE which will occur if cyclic dependen

[Bug fortran/120637] Memory leak in finalization gfortran 9.5-16.0

2025-06-17 Thread antony at cosmologist dot info via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120637 --- Comment #2 from Antony Lewis --- Gemini and o3-pro, after some iteration, think this bug is due to reusing stale cache pointers, which seems plausible to me and fits the erratic behaviour. FWIW there is description and possible workaround a

[Bug target/120683] vector_loop generates poor codes on memset/memcpy

2025-06-17 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120683 H.J. Lu changed: What|Removed |Added Summary|vector_loop generates |vector_loop generates poor

[Bug tree-optimization/120661] [16 regression] compiler hang at -O{s,2,3} on x86_64-linux-gnu

2025-06-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120661 --- Comment #7 from GCC Commits --- The master branch has been updated by Andrew Macleod : https://gcc.gnu.org/g:9244ea4bf556381d3f7fb66154dc8944ebeb005c commit r16-1550-g9244ea4bf556381d3f7fb66154dc8944ebeb005c Author: Andrew MacLeod Date:

[Bug tree-optimization/120661] [16 regression] compiler hang at -O{s,2,3} on x86_64-linux-gnu

2025-06-17 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120661 Andrew Macleod changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug target/117974] RISC-V: VSETVL hoisting across branch

2025-06-17 Thread vineetg at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117974 Vineet Gupta changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ipa/120693] ICE: during GIMPLE pass: modref

2025-06-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120693 Andrew Pinski changed: What|Removed |Added Keywords||ice-checking Summary|[16 Reg

[Bug ipa/120693] ICE: during GIMPLE pass: modref

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

[Bug ipa/116296] [12/13/14/15/16 Regression] internal compiler error: in merge, at ipa-modref-tree.cc:176 at -O3 since r12-4227-g44b61586d8640b

2025-06-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116296 Andrew Pinski changed: What|Removed |Added CC||ewlu at rivosinc dot com --- Comment #6

[Bug c++/116418] [12 Regression] statement expressions as initializer for decltype auto breaks in templates with optimization turned on and debug info turned on due to gstatement-frontiers

2025-06-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116418 --- Comment #14 from GCC Commits --- The releases/gcc-12 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:2230c7a505d88ac5fa6f85d7da5fb3a2e09a4cba commit r12-11202-g2230c7a505d88ac5fa6f85d7da5fb3a2e09a4cba Author: Patrick Palka

[Bug c++/55004] [meta-bug] constexpr issues

2025-06-17 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 116418, which changed state. Bug 116418 Summary: [12 Regression] statement expressions as initializer for decltype auto breaks in templates with optimization turned on and debug info turned on due to gstatement-frontiers

[Bug c/120691] New: _Decimal128 arithmetic error under FE_UPWARD

2025-06-17 Thread madams846 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120691 Bug ID: 120691 Summary: _Decimal128 arithmetic error under FE_UPWARD Product: gcc Version: 13.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/120692] New: Copying of adjacent fields can be merged

2025-06-17 Thread hiraditya at msn dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120692 Bug ID: 120692 Summary: Copying of adjacent fields can be merged Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug ada/114065] gnat build with -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 fails on 32bit archs

2025-06-17 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114065 --- Comment #52 from John David Anglin --- Created attachment 61656 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61656&action=edit Patch The attached modification to the v18 patch to gcc/ada/s-oscons-tmplt.c fixes the gnat endian issue

[Bug ipa/120693] New: [16 Regression] ICE: during GIMPLE pass: modref

2025-06-17 Thread ewlu at rivosinc dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120693 Bug ID: 120693 Summary: [16 Regression] ICE: during GIMPLE pass: modref Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/116418] [12 Regression] statement expressions as initializer for decltype auto breaks in templates with optimization turned on and debug info turned on due to gstatement-frontiers

2025-06-17 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116418 Patrick Palka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/84075] [12/13/14/15/16 Regression] Template parameter not resolved: invalid application of ‘sizeof’ to incomplete type ‘boost::serialization::U’

2025-06-17 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84075 Patrick Palka changed: What|Removed |Added Known to work|14.1.0, 15.0| Summary|[12/13 Regression] T

[Bug c++/84075] [12/13/14/15/16 Regression] Template parameter not resolved: invalid application of ‘sizeof’ to incomplete type ‘boost::serialization::U’

2025-06-17 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84075 Patrick Palka changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|ppalka at gcc dot

[Bug c++/108848] [12 Regression] template keyword incorrectly required to access template class static member of non-dependent expression using member syntax in dependent context

2025-06-17 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108848 Patrick Palka changed: What|Removed |Added Target Milestone|12.5|13.0 Resolution|---

[Bug target/120689] [12/13/14/15/16 Regression] Codegen optimization regression passing struct in register in gcc 10+ on x86-64 since r10-577

2025-06-17 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120689 --- Comment #3 from Jakub Jelinek --- So, can't we just keep cris doing what it wants and not penalize other arches because of that? Like: --- gcc/function.cc.jj 2025-05-20 08:14:06.105410349 +0200 +++ gcc/function.cc 2025-06-17 20:03:03.45

[Bug middle-end/120694] New: endless compile in ranger at expand

2025-06-17 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120694 Bug ID: 120694 Summary: endless compile in ranger at expand Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end

[Bug middle-end/120694] endless compile in ranger at expand

2025-06-17 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120694 --- Comment #1 from Hongtao Liu --- stuck in the loop of ranger_cache::propagate_cache for niters.5_40

[Bug middle-end/120694] endless compile in ranger at expand

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

[Bug cobol/119933] cobol builds on loongarch64-linux-gnu with test failures

2025-06-17 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119933 Xi Ruoyao changed: What|Removed |Added CC||chenglulu at loongson dot cn,

[Bug tree-optimization/120661] [16 regression] compiler hang at -O{s,2,3} on x86_64-linux-gnu

2025-06-17 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120661 Sam James changed: What|Removed |Added CC||liuhongt at gcc dot gnu.org --- Comment #9

[Bug libstdc++/120680] [nvptx] Linker errors with absent weak symbol 'zoneinfo_dir_override'

2025-06-17 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120680 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/120658] OPTIMIZATION: STRING HANDLING: wrong results under exotic conditions.

2025-06-17 Thread newbie-02 at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120658 --- Comment #4 from newbie-02 --- @Eric Botcazou: whow, thank you! ( despite I understand the analysis details as well as Chinese. ) One additional question: can you propose how to do better, how to avoid such fails? Were programming rule

[Bug middle-end/117811] [12 Regression] bad code for conditional right shift with autovec and neon since r12-897-gde56f95afaaa22

2025-06-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117811 --- Comment #33 from GCC Commits --- The releases/gcc-12 branch has been updated by Richard Earnshaw : https://gcc.gnu.org/g:80b11a66973e6e5a33d0bd43ab2a97df5b7accd9 commit r12-11200-g80b11a66973e6e5a33d0bd43ab2a97df5b7accd9 Author: Richard Ea

[Bug modula2/120673] Mutually dependent types crash the compiler

2025-06-17 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120673 Gaius Mulley changed: What|Removed |Added Last reconfirmed||2025-06-17 Ever confirmed|0

[Bug tree-optimization/120677] [15/16 regression] ICE on valid code at -O{2,3} on x86_64-linux-gnu: verify_flow_info failed since r15-5850

2025-06-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120677 --- Comment #8 from GCC Commits --- The releases/gcc-15 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:f3dcc49945ea9ba0355d5c87686c0ed99e7c233d commit r15-9841-gf3dcc49945ea9ba0355d5c87686c0ed99e7c233d Author: Jakub Jelinek

[Bug tree-optimization/120677] [15/16 regression] ICE on valid code at -O{2,3} on x86_64-linux-gnu: verify_flow_info failed since r15-5850

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

[Bug tree-optimization/120677] [15/16 regression] ICE on valid code at -O{2,3} on x86_64-linux-gnu: verify_flow_info failed since r15-5850

2025-06-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120677 --- Comment #7 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:75ffef5c6fa4e6e9576285e0403c06728309ae3e commit r16-1538-g75ffef5c6fa4e6e9576285e0403c06728309ae3e Author: Jakub Jelinek Date: T

[Bug target/120683] vector_loop/unrolled_loop generates poor codes on memset/memcpy

2025-06-17 Thread hjl.tools at gmail dot com via Gcc-bugs
l$0, 24(%rdi,%rax) ret .cfi_endproc .LFE0: .size foo, .-foo .ident "GCC: (GNU) 16.0.0 20250617 (experimental)" .section.note.GNU-stack,"",@progbits [hjl@gnu-tgl-3 pr120683]$

[Bug c++/120685] [12/13/14/15/16 Regression] GCC Crashes After C++23 auto(t) Warning Instead of Graceful Error

2025-06-17 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120685 Marek Polacek changed: What|Removed |Added Summary|GCC Crashes After C++23 |[12/13/14/15/16 Regression]

[Bug modula2/120673] Mutually dependent types crash the compiler

2025-06-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120673 --- Comment #3 from GCC Commits --- The master branch has been updated by Gaius Mulley : https://gcc.gnu.org/g:fba2f08152375e2c1c167ec921a0197e4c07efc6 commit r16-1546-gfba2f08152375e2c1c167ec921a0197e4c07efc6 Author: Gaius Mulley Date: Tue

[Bug c++/120689] New: Codegen optimization regression passing struct in register in gcc 10+ on x86-64.

2025-06-17 Thread amohr at amohr dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120689 Bug ID: 120689 Summary: Codegen optimization regression passing struct in register in gcc 10+ on x86-64. Product: gcc Version: 12.0 Status: UNCONFIRMED Severit

[Bug fortran/120690] New: Faster short testing of gfortran

2025-06-17 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120690 Bug ID: 120690 Summary: Faster short testing of gfortran Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: fortran

[Bug fortran/120690] Faster short testing of gfortran

2025-06-17 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120690 Jerry DeLisle changed: What|Removed |Added Ever confirmed|0 |1 Assignee|unassigned at gcc

[Bug target/115893] AVR documentation in x86_64 build

2025-06-17 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115893 Georg-Johann Lay changed: What|Removed |Added Priority|P3 |P5

[Bug target/120688] New: [16 Regression] RISC-V: Miscompile at -O3 since r15-579-ga9251ab3c91

2025-06-17 Thread ewlu at rivosinc dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120688 Bug ID: 120688 Summary: [16 Regression] RISC-V: Miscompile at -O3 since r15-579-ga9251ab3c91 Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal

[Bug ada/120665] assertion failure on problematic container aggregate

2025-06-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120665 --- Comment #3 from GCC Commits --- The master branch has been updated by Eric Botcazou : https://gcc.gnu.org/g:f577a9eb3c80594e46498d10b7eaacff47fe2286 commit r16-1547-gf577a9eb3c80594e46498d10b7eaacff47fe2286 Author: Eric Botcazou Date: T

[Bug ada/120665] assertion failure on problematic container aggregate

2025-06-17 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120665 Eric Botcazou changed: What|Removed |Added Target Milestone|--- |16.0 Status|ASSIGNED

[Bug target/120689] Codegen optimization regression passing struct in register in gcc 10+ on x86-64.

2025-06-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120689 Andrew Pinski changed: What|Removed |Added Component|c++ |target --- Comment #1 from Andrew Pinsk

[Bug target/120681] PowerPC GCC turns off pc-relative addressing on power10 when -mcmodel=large is used

2025-06-17 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120681 --- Comment #2 from Segher Boessenkool --- What is this testcase meant to test? The only thing it *does* test is if this trivial piece of code compiles at all (it doesn't test if the code generated is correct, or anything else about it!) It ju

[Bug target/120681] PowerPC GCC turns off pc-relative addressing on power10 when -mcmodel=large is used

2025-06-17 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120681 --- Comment #3 from Sam James --- (In reply to Segher Boessenkool from comment #2) I think it's supposed to demonstrate the problem, not go into the testsuite as-is.

[Bug target/120689] Codegen optimization regression passing struct in register in gcc 10+ on x86-64.

2025-06-17 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120689 --- Comment #2 from Jakub Jelinek --- This changed with r10-577-g325437b2a329715da7be4de792af052c19a0ac7b

[Bug target/120689] [12/13/14/15/16 Regression] Codegen optimization regression passing struct in register in gcc 10+ on x86-64 since r10-577

2025-06-17 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120689 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Prio

[Bug target/113027] aarch64 is missing vec_set and vec_extract for structure modes

2025-06-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113027 --- Comment #2 from GCC Commits --- The trunk branch has been updated by Richard Sandiford : https://gcc.gnu.org/g:a63b97e918b8592d0f6af94c5355efc82a49e06d commit r16-1537-ga63b97e918b8592d0f6af94c5355efc82a49e06d Author: Richard Sandiford Da

[Bug middle-end/117811] [12 Regression] bad code for conditional right shift with autovec and neon since r12-897-gde56f95afaaa22

2025-06-17 Thread rearnsha at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117811 Richard Earnshaw changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/120658] OPTIMIZATION: STRING HANDLING: wrong results under exotic conditions.

2025-06-17 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120658 --- Comment #5 from Eric Botcazou --- > One additional question: can you propose how to do better, how to avoid such > fails? Were programming rules violated here? Declare a character buffer with the right size (TO_BASE_N) and pass it to my_to_

[Bug cobol/120621] COBOL isn't built with STRICT_WARN

2025-06-17 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120621 --- Comment #6 from Jakub Jelinek --- Created attachment 61653 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61653&action=edit gcc16-pr120621.patch So, I think we want something like this patch + deal with the remaining 481 -Werror=forma

[Bug testsuite/52641] Test cases fail for 16-bit int targets

2025-06-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52641 --- Comment #37 from GCC Commits --- The releases/gcc-12 branch has been updated by Richard Earnshaw : https://gcc.gnu.org/g:448750aff5b000fbc79183f3ef316d71a6a1701b commit r12-11201-g448750aff5b000fbc79183f3ef316d71a6a1701b Author: Georg-Johan

[Bug middle-end/117811] [12 Regression] bad code for conditional right shift with autovec and neon since r12-897-gde56f95afaaa22

2025-06-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117811 --- Comment #34 from GCC Commits --- The releases/gcc-12 branch has been updated by Richard Earnshaw : https://gcc.gnu.org/g:448750aff5b000fbc79183f3ef316d71a6a1701b commit r12-11201-g448750aff5b000fbc79183f3ef316d71a6a1701b Author: Georg-Joha

[Bug c/120658] OPTIMIZATION: STRING HANDLING: wrong results under exotic conditions.

2025-06-17 Thread newbie-02 at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120658 --- Comment #6 from newbie-02 --- @Eric Botcazou: :-) :-) :-) **applause**

[Bug target/113027] aarch64 is missing vec_set and vec_extract for structure modes

2025-06-17 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113027 Richard Sandiford changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug c++/120678] __is_trivially_destructible should take 1 arg, not -1

2025-06-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120678 --- Comment #1 from GCC Commits --- The trunk branch has been updated by Jason Merrill : https://gcc.gnu.org/g:ac62ff8ed0531ae5ffac4e5bf1dad2d60957b5a9 commit r16-1540-gac62ff8ed0531ae5ffac4e5bf1dad2d60957b5a9 Author: Jason Merrill Date: Tu

[Bug c++/120678] __is_trivially_destructible should take 1 arg, not -1

2025-06-17 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120678 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/120696] New: ICE: tree check: accessed elt 2 of 'tree_vec' with 1 elts in tsubst, at cp/pt.cc:16758

2025-06-17 Thread rush102333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120696 Bug ID: 120696 Summary: ICE: tree check: accessed elt 2 of 'tree_vec' with 1 elts in tsubst, at cp/pt.cc:16758 Product: gcc Version: 16.0 Status: UNCONFIRMED S

[Bug c++/120695] New: internal compiler error: in import_export_decl, at cp/decl2.cc:3569

2025-06-17 Thread rush102333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120695 Bug ID: 120695 Summary: internal compiler error: in import_export_decl, at cp/decl2.cc:3569 Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal

[Bug target/120697] [16 regression] Bootstrap fails in ix86_expand_prologue

2025-06-17 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120697 Sam James changed: What|Removed |Added Target Milestone|--- |16.0 Keywords|

[Bug middle-end/120631] [16 Regression] ICE: in decimal_integer_string, at real.cc:2342 when mixing _BitInt() and _Decimal constants

2025-06-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120631 --- Comment #2 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:f3002d664d1137844c714645a841a48ab57d0eaa commit r16-1555-gf3002d664d1137844c714645a841a48ab57d0eaa Author: Jakub Jelinek Date: W

[Bug middle-end/120694] endless compile in ranger at expand

2025-06-17 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120694 --- Comment #3 from Hongtao Liu --- (In reply to Sam James from comment #2) > Could you retry on trunk? This might be a dupe of bug 120661. > > *** This bug has been marked as a duplicate of bug 120661 *** Yes, it's fixed by r16-1550-g9244ea4b

[Bug target/120697] New: [16 regression] Bootstrap fails in ix86_expand_prologue

2025-06-17 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120697 Bug ID: 120697 Summary: [16 regression] Bootstrap fails in ix86_expand_prologue Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal Prior

[Bug target/120697] [16 regression] Bootstrap fails in ix86_expand_prologue

2025-06-17 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120697 --- Comment #2 from Sam James --- Created attachment 61657 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61657&action=edit adler32.i.xz

[Bug target/120697] [16 regression] Bootstrap fails in ix86_expand_prologue

2025-06-17 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120697 --- Comment #1 from Sam James --- -fno-shrink-wrap is fine.

[Bug target/120697] [16 regression] Bootstrap fails in ix86_expand_prologue

2025-06-17 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120697 Sam James changed: What|Removed |Added Status|UNCONFIRMED |WAITING Ever confirmed|0

[Bug target/120697] [16 regression] Bootstrap fails in ix86_expand_prologue

2025-06-17 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120697 --- Comment #4 from H.J. Lu --- It bootstraps for me without --with-build-config='bootstrap-O3 bootstrap-lto'. Does it work with --with-build-config='bootstrap-O3' or --with-build-config='bootstrap-lto'?

[Bug target/120697] [16 regression] Bootstrap fails in ix86_expand_prologue

2025-06-17 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120697 Hongtao Liu changed: What|Removed |Added CC||liuhongt at gcc dot gnu.org --- Comment #

[Bug target/120697] [16 regression] Bootstrap fails in ix86_expand_prologue

2025-06-17 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120697 --- Comment #6 from Hongtao Liu --- (In reply to Hongtao Liu from comment #5) > 9380 gcc_assert (!crtl->shrink_wrapped_separate); > > It hits this assert which is added by the patch, maybe this assert is not > needed. I mean it's added by