[Bug tree-optimization/82251] OpenMP omp_is_initial_device early folding

2024-10-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82251 --- Comment #2 from GCC Commits --- The trunk branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:fa90febea9801d4255bf6a1e9f0fd998629c3c7c commit r15-4348-gfa90febea9801d4255bf6a1e9f0fd998629c3c7c Author: Thomas Schwinge Date:

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

2024-10-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116749 Sam James changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment #7 f

[Bug target/117138] [15 Regression] ICE: tree check: expected none of vector_type, have vector_type in range_compatible_p, at value-range.h:1796 with -O2 -msse4

2024-10-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117138 --- Comment #3 from GCC Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:28982c271cbbed3580e4c7c784892694c3b6b2de commit r15-4351-g28982c271cbbed3580e4c7c784892694c3b6b2de Author: Richard Biener Date:

[Bug tree-optimization/117147] [15 regression] ICE when building vtk-9.3.0 (crash in vect_build_slp_tree_1)

2024-10-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117147 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/117149] New: GCC's optimizer intermittently generates erroneous thread-local storage code, causing segmentation fault

2024-10-15 Thread devraymondsh at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117149 Bug ID: 117149 Summary: GCC's optimizer intermittently generates erroneous thread-local storage code, causing segmentation fault Product: gcc Version: 14.2.1 Status: UNC

[Bug middle-end/116749] [12/13 Regression] program crash under -O3 optimization

2024-10-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116749 Sam James changed: What|Removed |Added Keywords|needs-bisection | CC|

[Bug tree-optimization/117147] [15 regression] ICE when building vtk-9.3.0 (crash in vect_build_slp_tree_1)

2024-10-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117147 --- Comment #5 from Andrew Pinski --- Reducing it right now.

[Bug tree-optimization/117148] `-Os` results in much larger code than `-O2` about bitfields

2024-10-15 Thread lh_mouse at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117148 --- Comment #4 from LIU Hao --- >From the code we can see that the call is unconditional; it must happen, so is not 'unlikely'. On the other hand, `atomic_cmpxchg_iptr` is more complex but surprisingly it is able to be inlined. And yes, changin

[Bug middle-end/117149] GCC's optimizer intermittently generates erroneous thread-local storage code, causing segmentation fault

2024-10-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117149 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug fortran/82250] Fortran OpenACC acc_on_device early folding

2024-10-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82250 --- Comment #7 from GCC Commits --- The trunk branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:fa90febea9801d4255bf6a1e9f0fd998629c3c7c commit r15-4348-gfa90febea9801d4255bf6a1e9f0fd998629c3c7c Author: Thomas Schwinge Date:

[Bug lto/116907] [14/15 regression] ICE when building kakoune-2024.05.18 with LTO

2024-10-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116907 --- Comment #33 from GCC Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:7d15248d41dc45a4ba2d38ff532b672a5c0651d0 commit r15-4355-g7d15248d41dc45a4ba2d38ff532b672a5c0651d0 Author: Richard Biener Date:

[Bug lto/116907] [14 regression] ICE when building kakoune-2024.05.18 with LTO

2024-10-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116907 Richard Biener changed: What|Removed |Added Known to fail|15.0| Known to work|

[Bug c++/117054] [14/15 Regression] checking ICE on generic lambda inside a template containing constexpr-if containing instantiation of template with a NTTP defaulted to a lambda

2024-10-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117054 --- Comment #3 from GCC Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:bb2bfdb2048aed18ef7dc01b51816a800e83ce54 commit r15-4365-gbb2bfdb2048aed18ef7dc01b51816a800e83ce54 Author: Patrick Palka Date: T

[Bug c++/116710] Deduction succeeds despite mismatch of reference kind (lvalue versus rvalue)

2024-10-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116710 --- Comment #1 from GCC Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:8161c4adea7f1842f9d28633d82e912ebb7a4cf9 commit r15-4366-g8161c4adea7f1842f9d28633d82e912ebb7a4cf9 Author: Patrick Palka Date: T

[Bug c++/116710] Deduction succeeds despite mismatch of reference kind (lvalue versus rvalue)

2024-10-15 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116710 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org Ass

[Bug middle-end/116891] [12/13/14 Regression] invalid optimization of -fma(-x,x,-z) when -03 and -frounding-math are used

2024-10-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116891 --- Comment #12 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:4366f0c7e296ea0d7279343c9b0a1d597588a1da commit r15-4367-g4366f0c7e296ea0d7279343c9b0a1d597588a1da Author: Jakub Jelinek Date:

[Bug c++/80637] [CWG2918] constraint on a member function does causes ambigious and not allowing forming a pointer to the function

2024-10-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80637 --- Comment #7 from GCC Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:b110e092d260906432931796c1d96cba305c60e4 commit r15-4368-gb110e092d260906432931796c1d96cba305c60e4 Author: Patrick Palka Date: Tu

[Bug c++/117156] not applied option “-Wchanges-meaning”

2024-10-15 Thread ing.russomauro at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117156 --- Comment #4 from mauro russo --- ok, thank you.

[Bug c++/117157] changes-meaning is not in the index

2024-10-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117157 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2024-10-15 Assignee|unassigne

[Bug target/117116] [15 regression] error: unrecognizable insn: with -march=znver3

2024-10-15 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117116 --- Comment #16 from Uroš Bizjak --- Fixed on mainline, will be backported to other release branches.

[Bug libstdc++/68350] std::uninitialized_copy overly restrictive for trivially_copyable types

2024-10-15 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68350 Jonathan Wakely changed: What|Removed |Added Keywords||patch --- Comment #17 from Jonathan Wa

[Bug libstdc++/115444] std::copy_n generates more code than needed

2024-10-15 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115444 --- Comment #11 from Jonathan Wakely --- Patch posted: https://gcc.gnu.org/pipermail/gcc-patches/2024-October/665537.html

[Bug target/80881] Implement Windows native TLS

2024-10-15 Thread tanksherman27 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80881 --- Comment #67 from Julian Waters --- Command line used in compiling the reproducer: xgcc -O2 -S -std=c11 -pedantic -Wpedantic tls.c The thing that has me puzzled is that the main differences between both patches are in the load of the primary

[Bug c++/117156] not applied option “-Wchanges-meaning”

2024-10-15 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117156 --- Comment #1 from Jonathan Wakely --- The blog post is wrong, GCC is behaving as intended.

[Bug c++/117154] Aggregate initialization with protected destructor in Base class: GCC vs Clang difference

2024-10-15 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117154 --- Comment #5 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #4) > (and Richard Smith aid so in *said so

[Bug target/117116] [15 regression] error: unrecognizable insn: with -march=znver3

2024-10-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117116 --- Comment #15 from GCC Commits --- The master branch has been updated by Uros Bizjak : https://gcc.gnu.org/g:80d7032067a3a5b76aecd657d9b35b0a8f5a941d commit r15-4359-g80d7032067a3a5b76aecd657d9b35b0a8f5a941d Author: Uros Bizjak Date: Tue

[Bug debug/111425] ia64: ICE in net/ipv4/fib_semantics.c:1621:1: internal compiler error: Segmentation fault

2024-10-15 Thread frank.scheiner at web dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111425 Frank Scheiner changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/117158] [12/13/14/15 Regression] ICE with array access inside a template with a base class

2024-10-15 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117158 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org Target Mi

[Bug c++/117154] Aggregate initialization with protected destructor in Base class: GCC vs Clang difference

2024-10-15 Thread carlosgalvezp at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117154 --- Comment #3 from Carlos Galvez --- Please note that this ticket is about protected *destructor*. For protected *constructor*, clang has same behavior as GCC. CWG 2244 does not appear to consider this case?

[Bug c++/117156] not applied option “-Wchanges-meaning”

2024-10-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117156 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug c++/117154] Aggregate initialization with protected destructor in Base class: GCC vs Clang difference

2024-10-15 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117154 --- Comment #4 from Jonathan Wakely --- Why should access to a protected destructor be different to access to a protected constructor? It's obviously related (and Richard Smith aid so in the llvm issue too).

[Bug c++/117156] not applied option “-Wchanges-meaning”

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

[Bug c++/117157] changes-meaning is not in the index

2024-10-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117157 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |15.0 Resolution|---

[Bug c++/109642] False Positive -Wdangling-reference with std::span-like classes

2024-10-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109642 Andrew Pinski changed: What|Removed |Added CC||dimitry@unified-streaming.c

[Bug c++/117155] Bogus -Wdangling-reference warning after r13-3511-gd2249cd9adf

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

[Bug target/116627] [14/15 Regression] armv6l: ICE in kernel's net/ipv4/ipmr.c

2024-10-15 Thread frank.scheiner at web dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116627 Frank Scheiner changed: What|Removed |Added CC||frank.scheiner at web dot de --- Comme

[Bug target/111645] Intrinsics vec_sldb /vec_srdb fail with __vector unsigned __int128

2024-10-15 Thread carll at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111645 --- Comment #7 from Carl Love --- Patch committed that add the signed __int128 and unsigned __int128 argument types for the overloaded built-ins vec_sld, vec_sldb, vec_sldw, vec_sll, vec_slo, vec_srdb, vec_srl, vec_sr0 built-ins was committed:

[Bug lto/117166] [15 regression] ICE when building lxml-5.3.0 with LTO (linemap_line_start, at libcpp/line-map.cc:949)

2024-10-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117166 --- Comment #1 from Sam James --- It's very sensitive even if e.g. copying all the headers locally. Rather than faff more, I'll try reduce it by hand first.

[Bug ipa/108250] [12/13 regression] llvm-tblgen miscompiled on powerpc-unknown-linux-gnu since r12-5383-g22c242342e38eb

2024-10-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108250 Sam James changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/117165] New: ICE: in extract_insn, at recog.c:2311 unrecognizable insn: UNSPECV_FNSTSW with -mgeneral-regs-only and __builtin_ia32_fnstsw()

2024-10-15 Thread zsojka at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117165 Bug ID: 117165 Summary: ICE: in extract_insn, at recog.c:2311 unrecognizable insn: UNSPECV_FNSTSW with -mgeneral-regs-only and __builtin_ia32_fnstsw() Product: gcc

[Bug lto/117166] New: [15 regression] ICE when building lxml-5.3.0 with LTO (linemap_line_start, at libcpp/line-map.cc:949)

2024-10-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117166 Bug ID: 117166 Summary: [15 regression] ICE when building lxml-5.3.0 with LTO (linemap_line_start, at libcpp/line-map.cc:949) Product: gcc Version: 15.0 Status: UNCONFIR

[Bug target/113952] Finish LRA transition for sparc by removing -mlra

2024-10-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113952 Sam James changed: What|Removed |Added Keywords||patch --- Comment #2 from Sam James --- Pa

[Bug rtl-optimization/117128] [15 regression] GCC trunk generates larger code than GCC 14 at -Os/Oz since r14-2161-g237e83e2158a3d

2024-10-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117128 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Target Milestone|---

[Bug middle-end/116510] [15 Regression] ice in decompose, at wide-int.h:1049

2024-10-15 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116510 --- Comment #13 from rguenther at suse dot de --- On Tue, 15 Oct 2024, ak at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116510 > > --- Comment #12 from ak at gcc dot gnu.org --- > Like this? It fixes the test case.

[Bug target/117159] kmovw storing to memory is assumed to zero-extend

2024-10-15 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117159 --- Comment #2 from Hongtao Liu --- typedef __attribute__((__vector_size__ (4))) unsigned char W; typedef __attribute__((__vector_size__ (64))) int V; typedef __attribute__((__vector_size__ (64))) long long Vq; W w; V v; Vq vq; static inline W

[Bug middle-end/117160] New: [15 regression] GCC trunk generates larger code than GCC 14 at -Os/-Oz (progressed in 14)

2024-10-15 Thread dccitaliano at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117160 Bug ID: 117160 Summary: [15 regression] GCC trunk generates larger code than GCC 14 at -Os/-Oz (progressed in 14) Product: gcc Version: 15.0 Status: UNCONFIRMED

[Bug tree-optimization/117161] internal compiler error: in vect_get_vector_types_for_stmt, at tree-vect-stmts.c:12252 on gcc 10.2 for aarch64+sve

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

[Bug tree-optimization/96974] [10/11 Regression] ICE in vect_get_vector_types_for_stmt compiling for SVE

2024-10-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96974 Andrew Pinski changed: What|Removed |Added CC||Robert.Hardwick at arm dot com --- Comme

[Bug c/116016] enhancement: add __builtin_set_counted_by(P->FAM, COUNT) or equivalent

2024-10-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116016 Sam James changed: What|Removed |Added Target Milestone|--- |15.0 --- Comment #69 from Sam James --- Th

[Bug target/117163] Missing macro to round to nearest floating-point value

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

[Bug target/117163] Missing macro to round to nearest floating-point value

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

[Bug c/117164] New: ICE building gcc.dg/nested-func-12.c with -std=gnu23

2024-10-15 Thread jsm28 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117164 Bug ID: 117164 Summary: ICE building gcc.dg/nested-func-12.c with -std=gnu23 Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal

[Bug target/117163] Missing macro to round to nearest floating-point value

2024-10-15 Thread paul at hpkfft dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117163 --- Comment #3 from Paul Caprioli --- Note that this is not for me; it's for everybody else. The idea is for this to be the standard macro for specifying the IEEE rounding to nearest attribute `roundTiesToEven`. My contacts at Intel tell me the

[Bug c/117162] Universal character names designating members of the basic character set or control characters should be allowed in string literals or character constants (C23)

2024-10-15 Thread jsm28 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117162 Joseph S. Myers changed: What|Removed |Added Last reconfirmed||2024-10-16 Status|UNCONFI

[Bug target/117163] Missing macro to round to nearest floating-point value

2024-10-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117163 --- Comment #4 from Andrew Pinski --- https://gcc.gnu.org/pipermail/gcc-patches/2024-July/657957.html Adding a new macro for GCC 15 won't fix many many older compilers out there. So most code will still use the old name for many many years to c

[Bug target/117163] Missing macro to round to nearest floating-point value

2024-10-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117163 --- Comment #5 from Andrew Pinski --- Also bugzilla is not to track already submitted patches.

[Bug c++/117156] not applied option “-Wchanges-meaning”

2024-10-15 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117156 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug target/117150] mstack-protector-guard-symbol= is not documented

2024-10-15 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117150 Eric Gallager changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug testsuite/115365] [15 regression] New test case gcc.dg/pr100927.c from r15-1022-gb05288d1f1e4b6 fails

2024-10-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115365 --- Comment #9 from GCC Commits --- The master branch has been updated by hongtao Liu : https://gcc.gnu.org/g:a8b4ea1bcc10b5253992f4b932aec6862aef32fa commit r15-4371-ga8b4ea1bcc10b5253992f4b932aec6862aef32fa Author: liuhongt Date: Tue Oct

[Bug target/117159] kmovw storing to memory is assumed to zero-extend

2024-10-15 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117159 Hongtao Liu changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |liuhongt at gcc dot gnu.org

[Bug target/116994] [15 regression] GCC trunk generates larger code than GCC 14 at -Os

2024-10-15 Thread dccitaliano at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116994 Davide Italiano changed: What|Removed |Added CC||lingling.kong7 at gmail dot com --- C

[Bug target/55212] [SH] Switch to LRA

2024-10-15 Thread olegendo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #401 from Oleg Endo --- It seems there is a silent wrong-code bug somewhere when building some Dreamcast projects with LRA and LTO enabled. It results in wrong graphics being output. So far could not isolate the wrong-code though.

[Bug preprocessor/117163] New: Missing macro to round to nearest floating-point value

2024-10-15 Thread paul at hpkfft dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117163 Bug ID: 117163 Summary: Missing macro to round to nearest floating-point value Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug c/117162] New: Universal character names designating members of the basic character set or control characters should be allowed in string literals or character constants (C23)

2024-10-15 Thread luigighiron at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117162 Bug ID: 117162 Summary: Universal character names designating members of the basic character set or control characters should be allowed in string literals or character constants

[Bug c/116016] enhancement: add __builtin_set_counted_by(P->FAM, COUNT) or equivalent

2024-10-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116016 --- Comment #67 from GCC Commits --- The master branch has been updated by Qing Zhao : https://gcc.gnu.org/g:e7380688fa5917011c3fb85b5e06fb00f776a95d commit r15-4370-ge7380688fa5917011c3fb85b5e06fb00f776a95d Author: Qing Zhao Date: Tue Oct

[Bug c++/117161] internal compiler error: in vect_get_vector_types_for_stmt, at tree-vect-stmts.c:12252 on gcc 10.2 for aarch64+sve

2024-10-15 Thread Robert.Hardwick at arm dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117161 --- Comment #1 from Robert Hardwick --- Created attachment 59354 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59354&action=edit Preprocessed source stored into /tmp/ccEF5DEn.out file, please attach this to your bugreport.

[Bug c++/117161] New: internal compiler error: in vect_get_vector_types_for_stmt, at tree-vect-stmts.c:12252 on gcc 10.2 for aarch64+sve

2024-10-15 Thread Robert.Hardwick at arm dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117161 Bug ID: 117161 Summary: internal compiler error: in vect_get_vector_types_for_stmt, at tree-vect-stmts.c:12252 on gcc 10.2 for aarch64+sve Product: gcc Version:

[Bug c/116016] enhancement: add __builtin_set_counted_by(P->FAM, COUNT) or equivalent

2024-10-15 Thread qinzhao at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116016 qinzhao at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED Status|UN

[Bug middle-end/117123] [14/15 regression] Generated code at -Os on trunk is larger than GCC 14.4

2024-10-15 Thread dccitaliano at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117123 Davide Italiano changed: What|Removed |Added CC||pheeck at gcc dot gnu.org,

[Bug target/117008] -march=native pessimization of 25% with bitset [] and 20% with bool array []

2024-10-15 Thread mattreecebentley at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117008 --- Comment #13 from Matt Bentley --- Bool C-arrays also display the same problem, but only if a warm-up loop is present before the main loop (to 'warm up' the cache). I discovered this by accident the other day. char arrays and int arrays did n

[Bug target/117008] -march=native pessimization of 25% with bitset [] and 20% with bool array []

2024-10-15 Thread mattreecebentley at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117008 --- Comment #14 from Matt Bentley --- Created attachment 59355 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59355&action=edit .ii file for vector code causing same issue

[Bug target/117008] -march=native pessimization of 25% with bitset [] and 20% with bool array []

2024-10-15 Thread mattreecebentley at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117008 --- Comment #15 from Matt Bentley --- Created attachment 59356 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59356&action=edit .ii file for bool[array] causing same issue

<    1   2