[Bug ipa/119119] ICE in create_tmp_var

2025-03-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119119 --- Comment #4 from Andrew Pinski --- At first I thought it was related to r15-3544-g2067df800df930 but it was mentioned that it happens on GCC 14.2.1 also and that was not backported and fab is way after einline and should not have an effect on

[Bug c++/119102] GCC 15.0 'import std;' fails with Ofast (not with O3) due to some openmp internal error

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

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

2025-03-04 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103524 Bug 103524 depends on bug 119102, which changed state. Bug 119102 Summary: GCC 15.0 'import std;' fails with Ofast (not with O3) due to some openmp internal error https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119102 What|Removed

[Bug c++/119102] GCC 15.0 'import std;' fails with Ofast (not with O3) due to some openmp internal error

2025-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119102 --- Comment #8 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:ddeb70548c81f5dba91f281290584698897151d8 commit r15-7824-gddeb70548c81f5dba91f281290584698897151d8 Author: Jakub Jelinek Date: W

[Bug ipa/119119] ICE in create_tmp_var

2025-03-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119119 --- Comment #3 from Andrew Pinski --- t.cc: In constructor ‘exec::__ignore_all_values::__operation<_Sender, _ReceiverId>::__t::__t(_Sender&&, exec::__ignore_all_values::__operation<_Sender, _ReceiverId>::_Receiver) [with _Sender = exec::__seqexp

[Bug c++/118787] [15 Regression] ICE, Segmentation fault

2025-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118787 --- Comment #3 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:1853b02d8c127740055242123db2d32cf9476ea9 commit r15-7822-g1853b02d8c127740055242123db2d32cf9476ea9 Author: Jakub Jelinek Date: W

[Bug target/119084] LoongArch: __builtin_lsx_vldx can be incorrectly reordered

2025-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119084 --- Comment #7 from GCC Commits --- The master branch has been updated by Xi Ruoyao : https://gcc.gnu.org/g:4856292f7a680ec478e7607f1b71781996d7d542 commit r15-7821-g4856292f7a680ec478e7607f1b71781996d7d542 Author: Xi Ruoyao Date: Sun Mar 2

[Bug c++/119111] [[deprecated]] attribute NOT work IF be placed between () and {}

2025-03-04 Thread terryinzaghi at 163 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119111 --- Comment #2 from terryinzaghi --- (In reply to Jakub Jelinek from comment #1) > Why do you think this is a bug? > https://eel.is/c++draft/dcl.decl#dcl.fct-1.sentence-5 > says that the attribute-specifier-seq in your old{4,5,6,7} declarations

[Bug target/119083] Remove SSE_FIRST_REG from ix86_class_likely_spilled_p

2025-03-04 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119083 --- Comment #10 from Hongtao Liu --- (In reply to Hongtao Liu from comment #9) > (In reply to H.J. Lu from comment #8) > > Created attachment 60647 [details] > > A patch to remove CREG and BREG from ix86_class_likely_spilled_p > > > > Hongtao,

[Bug fortran/119118] substring with negative start index

2025-03-04 Thread kargls at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119118 --- Comment #2 from kargls at comcast dot net --- On 3/4/25 16:33, jvdelisle at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119118 > > Jerry DeLisle changed: > > What|Removed |Added

[Bug lto/84995] Document gcc-ar and gcc-ranlib vs {libdir}/bfd-plugins (or actually start to install liblto_plugin under $LIBDIR/bfd-plugins)

2025-03-04 Thread eschwartz93 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84995 --- Comment #21 from Eli Schwartz --- I think that it makes sense to install this, for the same reason that one would wish to install the "gcc" symlink. If the user only has a single supported GCC version, this is a benefit. If the user has multi

[Bug fortran/119118] substring with negative start index

2025-03-04 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119118 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Commen

[Bug libstdc++/119116] std::use_facet exception message needs more details

2025-03-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119116 --- Comment #1 from Jonathan Wakely --- There is no constructor for std::bad_cast that takes a custom string.

[Bug lto/70345] Installing liblto_plugin under $LIBDIR/bfd-plugins

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

[Bug lto/84995] Documentation gcc-ar and gcc-ranlib vs {libdir}/bfd-plugins

2025-03-04 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84995 --- Comment #20 from Sam James --- *** Bug 70345 has been marked as a duplicate of this bug. ***

[Bug libstdc++/119110] [15 regression] 25_algorithms/move/constrained.cc etc. FAIL

2025-03-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119110 Jonathan Wakely changed: What|Removed |Added Last reconfirmed||2025-03-05 Ever confirmed|0

[Bug c++/119073] [15 Regression] ICE in cp_gimplify_expr, at cp/cp-gimplify.cc:911 with temporary vector in range-for with -std=c++23 since r15-7481

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

[Bug c++/119073] [15 Regression] ICE in cp_gimplify_expr, at cp/cp-gimplify.cc:911 with temporary vector in range-for with -std=c++23 since r15-7481

2025-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119073 --- Comment #8 from GCC Commits --- The trunk branch has been updated by Jason Merrill : https://gcc.gnu.org/g:f2a7f845698bfb7aaded9ffacd7046ae25a8b1fc commit r15-7819-gf2a7f845698bfb7aaded9ffacd7046ae25a8b1fc Author: Jason Merrill Date: Tu

[Bug c++/119060] [C++26] P1494R5 - Partial program correctness

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

[Bug c++/119060] [C++26] P1494R5 - Partial program correctness

2025-03-04 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119060 Iain Sandoe changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |iains at gcc dot gnu.org

[Bug libstdc++/71684] Memory leak with std::mutex and std::lock_guard on freebsd

2025-03-04 Thread christian.prochaska--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71684 Christian Prochaska changed: What|Removed |Added CC||christian.prochaska@genode-

[Bug c++/119061] [C++26] P2900R14 - Contracts

2025-03-04 Thread ville.voutilainen at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119061 --- Comment #3 from Ville Voutilainen --- Should.. ..the version for this be 16? That's when we expect to do an upstream push.

[Bug c++/118874] [15 regression] ICE in copy_rtx, at rtl.cc:372

2025-03-04 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118874 --- Comment #17 from Jason Merrill --- (In reply to Jakub Jelinek from comment #13) > But guess check_return_expr isn't expecting first argument like TARGET_EXPR, > normal > user code would return some VAR_DECL, not a TARGET_EXPR. In struct A

[Bug c++/119061] [C++26] P2900R14 - Contracts

2025-03-04 Thread ville.voutilainen at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119061 Ville Voutilainen changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/119061] [C++26] P2900R14 - Contracts

2025-03-04 Thread ville.voutilainen at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119061 Ville Voutilainen changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ville.voutilainen at gmail d

[Bug c++/119061] [C++26] P2900R14 - Contracts

2025-03-04 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119061 --- Comment #4 from Sam James --- I'm not sure we bother with it for new features (as opposed to reporting a bug or regression). We set target milestone when things are fixed, usually.

[Bug ipa/119119] ICE in create_tmp_var

2025-03-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119119 --- Comment #2 from Andrew Pinski --- Reducing.

[Bug target/119100] RISC-V: missed opportunities for vector-scalar instructions

2025-03-04 Thread andrew at sifive dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119100 Andrew Waterman changed: What|Removed |Added CC||andrew at sifive dot com --- Comment

[Bug c++/119119] ICE in create_tmp_var

2025-03-04 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119119 Marek Polacek changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug target/119120] Unnecessary fldl/stpl pair when assigning real or imaginary part of a complex variable

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

[Bug target/119120] Unnecessary fldl/stpl pair when assigning real or imaginary part of a complex variable

2025-03-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119120 Andrew Pinski changed: What|Removed |Added Known to work||15.0 --- Comment #1 from Andrew Pinski

[Bug c++/119119] ICE in create_tmp_var

2025-03-04 Thread jehelset at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119119 --- Comment #1 from John Eivind Helset --- Created attachment 60655 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60655&action=edit Preprocessed source File was too big so had to compress. Decompress with `tar -xf source.tar.gz`, compile

[Bug c++/119120] New: Unnecessary fld when assigning real or imaginary part of a complex variable

2025-03-04 Thread vajdaz at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119120 Bug ID: 119120 Summary: Unnecessary fld when assigning real or imaginary part of a complex variable Product: gcc Version: 14.2.1 Status: UNCONFIRMED Severity:

[Bug c++/119119] New: ICE in create_tmp_var

2025-03-04 Thread jehelset at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119119 Bug ID: 119119 Summary: ICE in create_tmp_var Product: gcc Version: 14.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee:

[Bug c++/119061] [C++26] P2900R14 - Contracts

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

[Bug target/119115] [15 regression] RISC-V: miscompile at -O3 with zvl256b -fsigned-char -fwrapv since r15-1579-g792f97b44ff

2025-03-04 Thread ewlu at rivosinc dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119115 --- Comment #4 from Edwin Lu --- (In reply to Robin Dapp from comment #3) > Ah Edwin, would you mind CC'ing on such regressions? Thanks. my bad. will do that for future regressions

[Bug objc/119117] [12/13/14/15 Regression] instance variables sometimes causes unknown type name

2025-03-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119117 Andrew Pinski changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug objc/119117] [12/13/14/15 Regression] instance variables sometimes causes unknown type name

2025-03-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119117 --- Comment #3 from Andrew Pinski --- Or maybe it started with the patch for PR 20385.

[Bug c/20385] Lame parse error message for undefined type

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

[Bug fortran/119118] New: substring with negative start index

2025-03-04 Thread kargls at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119118 Bug ID: 119118 Summary: substring with negative start index Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug objc/119117] [12/13/14/15 Regression] instance variables sometimes causes unknown type name

2025-03-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119117 Andrew Pinski changed: What|Removed |Added Known to work|6.5.0 | Summary|[15 Regression]

[Bug objc/119117] [15 Regression] Implementation of "if declarations" makes instance variables unknown under certain conditions

2025-03-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119117 --- Comment #1 from Andrew Pinski --- Created attachment 60654 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60654&action=edit Reduced further

[Bug target/119115] [15 regression] RISC-V: miscompile at -O3 with zvl256b -fsigned-char -fwrapv since r15-1579-g792f97b44ff

2025-03-04 Thread rdapp at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119115 Robin Dapp changed: What|Removed |Added Last reconfirmed||2025-3-4 --- Comment #3 from Robin Dapp -

[Bug objc/119117] [15 Regression] Implementation of "if declarations" makes instance variables unknown under certain conditions

2025-03-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119117 Andrew Pinski changed: What|Removed |Added Summary|Implementation of "if |[15 Regression] |decl

[Bug objc/119117] New: Implementation of "if declarations" makes instance variables unknown under certain conditions

2025-03-04 Thread yavor at gnu dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119117 Bug ID: 119117 Summary: Implementation of "if declarations" makes instance variables unknown under certain conditions Product: gcc Version: 15.0 Status: UNCONFIRMED

[Bug target/119115] [15 regression] RISC-V: miscompile at -O3 with zvl256b -fsigned-char -fwrapv since r15-1579-g792f97b44ff

2025-03-04 Thread rdapp at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119115 --- Comment #2 from Robin Dapp --- (In reply to Andrew Pinski from comment #1) > Could this be another one of the vsetivli failures? 100% as I get "0" with --param=vsetvl-strategy=simple. But at first sight unrelated to the previous ones. Wil

[Bug c++/119059] [C++26] P3074R7 - Trivial unions

2025-03-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119059 Andrew Pinski changed: What|Removed |Added See Also||https://github.com/llvm/llv

[Bug c++/99590] [12/13/14/15 Regression] ICE when pack expansion with lambda

2025-03-04 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99590 --- Comment #7 from Marek Polacek --- (In reply to Andrew Pinski from comment #2) > Here is a C++17 version which crashes from 8.1+: > template > void g(T... args) { > ([args...](auto){}(args), ...); > } > > int main() { g(0, 1); } This sta

[Bug go/119098] GO built from GCC 14 sources no longer works when installing libgo23 build from GCC 15

2025-03-04 Thread ian at airs dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119098 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/119098] GO built from GCC 14 sources no longer works when installing libgo23 build from GCC 15

2025-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119098 --- Comment #4 from GCC Commits --- The master branch has been updated by Ian Lance Taylor : https://gcc.gnu.org/g:8d7762945bba3c8321b5856cee3d5e5aed55facf commit r15-7818-g8d7762945bba3c8321b5856cee3d5e5aed55facf Author: Ian Lance Taylor Dat

[Bug fortran/119049] Procedures are mishandled in -fc-prototypes-external

2025-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119049 --- Comment #1 from GCC Commits --- The master branch has been updated by Thomas Koenig : https://gcc.gnu.org/g:21ca9153ebe525b077ac96811cfd48be6b259e7e commit r15-7817-g21ca9153ebe525b077ac96811cfd48be6b259e7e Author: Thomas Koenig Date: T

Personalized Bags and Boxes

2025-03-04 Thread lance.mypackagingpro--- via Gcc-bugs
Hi, We make personalized packaging—tuck boxes, CBD boxes, mailer boxes, rigid boxes, bakery boxes, retail boxes, shopping bags, label stickers and more. Simply provide us with the dimensions (L x W x H), quantity, and preferred box style, and we'll provide you with a competitive quote. Plus, fo

[Bug fortran/119074] Mismatched arguments for external dummy argument not caught

2025-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119074 --- Comment #4 from GCC Commits --- The master branch has been updated by Thomas Koenig : https://gcc.gnu.org/g:21ca9153ebe525b077ac96811cfd48be6b259e7e commit r15-7817-g21ca9153ebe525b077ac96811cfd48be6b259e7e Author: Thomas Koenig Date: T

[Bug c++/119116] New: std::use_facet exception message needs more details

2025-03-04 Thread programmingkidx at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119116 Bug ID: 119116 Summary: std::use_facet exception message needs more details Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug c++/109433] [12/13/14/15 Regression] ICE with -std=c++11 and static constexpr array inside a template constexpr

2025-03-04 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109433 Marek Polacek changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug target/119115] New: [15 regression] RISC-V: miscompile at -O3 with zvl256b -fsigned-char -fwrapv since r15-1579-g792f97b44ff

2025-03-04 Thread ewlu at rivosinc dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119115 Bug ID: 119115 Summary: [15 regression] RISC-V: miscompile at -O3 with zvl256b -fsigned-char -fwrapv since r15-1579-g792f97b44ff Product: gcc Version: 15.0 Status: UNCON

[Bug target/119115] [15 regression] RISC-V: miscompile at -O3 with zvl256b -fsigned-char -fwrapv since r15-1579-g792f97b44ff

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

[Bug c++/109431] [12/13/14 Regression] ICE in output_constructor_regular_field with static constexpr array inside a template constexpr function since r9-1483-g307193b82cecb8

2025-03-04 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109431 Marek Polacek changed: What|Removed |Added CC||pinskia at gcc dot gnu.org --- Comment

[Bug target/119115] [15 regression] RISC-V: miscompile at -O3 with zvl256b -fsigned-char -fwrapv since r15-1579-g792f97b44ff

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

[Bug target/119114] New: [14/15 regression] RISC-V: miscompile at -O3 since r14-4077-g86451305d8b

2025-03-04 Thread ewlu at rivosinc dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119114 Bug ID: 119114 Summary: [14/15 regression] RISC-V: miscompile at -O3 since r14-4077-g86451305d8b Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: norma

[Bug c++/113349] [12/13/14/15 Regression] internal compiler error: in tsubst

2025-03-04 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113349 --- Comment #7 from Marek Polacek --- Better test: ``` // PR c++/113349 template void foo() { } template using tuple_element_t = _Tp; template struct types; template struct types { template using el = tuple_element_t; }; void g () {

[Bug target/119114] [14/15 regression] RISC-V: miscompile at -O3 since r14-4077-g86451305d8b

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

[Bug c++/115580] [12/13/14/15 regression] null pointer warning from an unevaluated context

2025-03-04 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115580 Marek Polacek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |mpolacek at gcc dot gnu.org

[Bug rtl-optimization/119107] inconsistent elimination of redundant *_extend operations

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

[Bug c++/119038] Internal compiler error calling method with explicit this parameter from generic lambda with implicitly captured this

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

[Bug c++/119038] Internal compiler error calling method with explicit this parameter from generic lambda with implicitly captured this

2025-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119038 --- Comment #6 from GCC Commits --- The releases/gcc-14 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:2ed37595a3c5cf246e8eeea337cf3071c4bb3a59 commit r14-11382-g2ed37595a3c5cf246e8eeea337cf3071c4bb3a59 Author: Patrick Palka

[Bug ipa/118318] [15 regression] ICE when building firefox-134.0 with PGO

2025-03-04 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118318 --- Comment #20 from Sam James --- Full FF build also works fine. Thanks!

[Bug target/119108] [15 Regression] AArch64 Commit 'vect: Force alignment peeling ...' (r15-6807-g68326d5d1a593d) causes regression in Snappy workload for -mcpu=neoverse-v2.

2025-03-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119108 Andrew Pinski changed: What|Removed |Added Component|middle-end |target --- Comment #1 from Andrew Pinsk

[Bug c++/119111] [[deprecated]] attribute NOT work IF be placed between () and {}

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

[Bug libstdc++/119105] std::locale only working with C and POSIX

2025-03-04 Thread programmingkidx at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119105 --- Comment #5 from Programmingkid --- Thank you Jonathan for responding. When you do test your patch could you run my program and let us all know the results at the end (how many failures and successes)?

[Bug c++/119102] GCC 15.0 'import std;' fails with Ofast (not with O3) due to some openmp internal error

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

[Bug c++/119113] New: missed optimization with `pointer to member function` with non-direct usage

2025-03-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119113 Bug ID: 119113 Summary: missed optimization with `pointer to member function` with non-direct usage Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: mi

[Bug target/118531] [14 Regression] aarch64/ins_bitfield_1.c generates INS instructions even for +nosimd

2025-03-04 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118531 Richard Sandiford changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug target/118531] [14 Regression] aarch64/ins_bitfield_1.c generates INS instructions even for +nosimd

2025-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118531 --- Comment #4 from GCC Commits --- The releases/gcc-14 branch has been updated by Richard Sandiford : https://gcc.gnu.org/g:df9c10d18b5b1323efb5f7823c31a259859d87a4 commit r14-11381-gdf9c10d18b5b1323efb5f7823c31a259859d87a4 Author: Richard Sa

[Bug tree-optimization/118976] [12/13/14 regression] Correctness Issue: SVE vectorization results in data corruption when cpu has 128bit vectors but compiled with -mcpu=neoverse-v1 (which is only for

2025-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118976 --- Comment #18 from GCC Commits --- The releases/gcc-14 branch has been updated by Richard Sandiford : https://gcc.gnu.org/g:aa8793daa4ec110ae1e8fa240614651711b93fe4 commit r14-11380-gaa8793daa4ec110ae1e8fa240614651711b93fe4 Author: Richard S

[Bug tree-optimization/111750] [12/13/14/15 regression] Spurious -Warray-bounds warning when using member function pointers

2025-03-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111750 --- Comment #5 from Andrew Pinski --- (In reply to Andrew Pinski from comment #4) > (In reply to Andrew Pinski from comment #3) > > (In reply to Brian Bi from comment #2) > > > I believe I'm seeing the same bug on GCC trunk on Godbolt. Here's a

[Bug tree-optimization/111750] [12/13/14/15 regression] Spurious -Warray-bounds warning when using member function pointers

2025-03-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111750 --- Comment #4 from Andrew Pinski --- (In reply to Andrew Pinski from comment #3) > (In reply to Brian Bi from comment #2) > > I believe I'm seeing the same bug on GCC trunk on Godbolt. Here's a > > minimized version of the code I'm working with

[Bug tree-optimization/111750] [12/13/14/15 regression] Spurious -Warray-bounds warning when using member function pointers

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

[Bug modula2/118998] Rotate of a packetset causes different types to binary operator error

2025-03-04 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118998 --- Comment #2 from Gaius Mulley --- Created attachment 60652 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60652&action=edit Proposed fix (work in progress) Here is a proposed patch which fixes the rotate return type by converting both

[Bug tree-optimization/111750] [12/13/14/15 regression] Spurious -Warray-bounds warning when using member function pointers

2025-03-04 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111750 Sam James changed: What|Removed |Added Known to work||10.5.0 Summary|Spurious -Warray-

[Bug tree-optimization/111750] Spurious -Warray-bounds warning when using member function pointers

2025-03-04 Thread bbi5291 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111750 Brian Bi changed: What|Removed |Added CC||bbi5291 at gmail dot com --- Comment #2 from

[Bug d/119112] New: dub OOMs with restrictive ulimit in Docker

2025-03-04 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119112 Bug ID: 119112 Summary: dub OOMs with restrictive ulimit in Docker Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: d

[Bug rtl-optimization/119099] [15 regression] Compile-time hang in ext-dce

2025-03-04 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119099 Jeffrey A. Law changed: What|Removed |Added CC||vineetg at rivosinc dot com --- Commen

[Bug fortran/103391] [12/13/14/15 Regression] ICE: gimplification failed since r7-4021-g574284e9c49687d8

2025-03-04 Thread vehre at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103391 Andre Vehreschild changed: What|Removed |Added Assignee|vehre at gcc dot gnu.org |pault at gcc dot gnu.org ---

[Bug c++/119111] New: [[deprecated]] attribute NOT work IF be placed between () and {}

2025-03-04 Thread terryinzaghi at 163 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119111 Bug ID: 119111 Summary: [[deprecated]] attribute NOT work IF be placed between () and {} Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal

[Bug c++/119102] GCC 15.0 'import std;' fails with Ofast (not with O3) due to some openmp internal error

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

[Bug rtl-optimization/119071] [12/13/14/15 Regression] Miscompile at -O2 since r10-7268

2025-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119071 --- Comment #17 from GCC Commits --- The releases/gcc-14 branch has been updated by Uros Bizjak : https://gcc.gnu.org/g:e79fc5a7bc9958c95fd09928188f5aa6c051d4c1 commit r14-11377-ge79fc5a7bc9958c95fd09928188f5aa6c051d4c1 Author: Jakub Jelinek

[Bug rtl-optimization/118739] [15 Regression] wrong code at -O{s,3} with "-fno-tree-forwprop -fno-tree-vrp" on x86_64-linux-gnu since r15-268-g9dbff9c05520a7

2025-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118739 --- Comment #19 from GCC Commits --- The releases/gcc-14 branch has been updated by Uros Bizjak : https://gcc.gnu.org/g:b7b8307893ef0b6a2a0565d75af831cca4c9511a commit r14-11376-gb7b8307893ef0b6a2a0565d75af831cca4c9511a Author: Uros Bizjak Da

[Bug fortran/103391] [12/13/14/15 Regression] ICE: gimplification failed since r7-4021-g574284e9c49687d8

2025-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103391 --- Comment #13 from GCC Commits --- The master branch has been updated by Andre Vehreschild : https://gcc.gnu.org/g:04909c7ecc023874c3444b85f88c60b7b7cc7778 commit r15-7812-g04909c7ecc023874c3444b85f88c60b7b7cc7778 Author: Andre Vehreschild

[Bug target/97323] [12/13/14/15 Regression] ICE 'verify_type' failed on arm-linux-gnueabihf

2025-03-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97323 Richard Biener changed: What|Removed |Added Keywords||ice-checking Assignee|rth at

[Bug c++/97165] [12/13/14/15 Regression] Infinite error stream on invalid code

2025-03-04 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97165 Marek Polacek changed: What|Removed |Added Assignee|mpolacek at gcc dot gnu.org|unassigned at gcc dot gnu.org

[Bug debug/68010] [12/13/14/15 Regression] ICE with -g and using namespace and namespace alias inside a template class with dependent inheritance

2025-03-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68010 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug tree-optimization/118922] [13/14/15 regression] Miscompile at -O2/3 since r13-6945-g429a7a88438cc8

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

[Bug rtl-optimization/91161] [12/13/14/15 Regression] ICE in begin_move_insn, at sched-ebb.c:175

2025-03-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91161 Richard Biener changed: What|Removed |Added Keywords||ice-checking --- Comment #16 from Richa

[Bug libstdc++/119089] FAIL: 23_containers/vector/debug/assign4_backtrace_neg.cc -std=gnu++17 (test for excess errors)

2025-03-04 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119089 --- Comment #14 from Xi Ruoyao --- (In reply to John David Anglin from comment #13) > Debian doesn't ship fixed pthread.h but they are in my personal > builds. I will probably remove fixed pthread.h from my personal > builds. Or use --disable-

[Bug ipa/86905] [12/13/14/15 Regression] g++ ICE on valid code with the weakref attribute: verify_cgraph_node failed

2025-03-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86905 Richard Biener changed: What|Removed |Added Last reconfirmed|2025-01-29 00:00:00 |2025-3-4 --- Comment #14 from Richard B

[Bug tree-optimization/89499] [12/13/14/15 Regression] ICE in expand_UNIQUE, at internal-fn.c:2605

2025-03-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89499 --- Comment #15 from Richard Biener --- I think that can_inline_edge should check for compatible oacc_get_fn_attrib and the always-inline case is then simply invalid and should be (will be) diagnosed by the always-inline diagnostic not being able

[Bug c++/109431] [12/13/14 Regression] ICE in output_constructor_regular_field with static constexpr array inside a template constexpr function since r9-1483-g307193b82cecb8

2025-03-04 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109431 Marek Polacek changed: What|Removed |Added Summary|[12/13/14/15 Regression]|[12/13/14 Regression] ICE

[Bug libstdc++/119089] FAIL: 23_containers/vector/debug/assign4_backtrace_neg.cc -std=gnu++17 (test for excess errors)

2025-03-04 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119089 --- Comment #13 from John David Anglin --- Debian doesn't ship fixed pthread.h but they are in my personal builds. I will probably remove fixed pthread.h from my personal builds.

[Bug rtl-optimization/89116] [12/13/14/15 Regression] ICE in cfg_layout_redirect_edge_and_branch_force, at cfgrtl.c:4482

2025-03-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89116 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

  1   2   >