[Bug c++/120882] internal compiler error in /opt/compiler-explorer/gcc-trunk-20250630/include/c++/16.0.0/concepts since 11.1 only with -std=c++23, with c++20 works fine

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

[Bug c++/120884] New: internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:14029 since 14.1

2025-06-30 Thread mario.rodriguezb1 at um dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120884 Bug ID: 120884 Summary: internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:14029 since 14.1 Product: gcc Version: 16.0 Status: UNCONFIRMED Severity

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

2025-06-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119100 --- Comment #9 from GCC Commits --- The master branch has been updated by Paul-Antoine Arras : https://gcc.gnu.org/g:6e24814d9e09019bf42b33b66827648ceff6e7c0 commit r16-1777-g6e24814d9e09019bf42b33b66827648ceff6e7c0 Author: Paul-Antoine Arras

[Bug gcov-profile/120881] New: [16 Regression] -fstack-protector-all -pg doesn't call mount at function entry

2025-06-30 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120881 Bug ID: 120881 Summary: [16 Regression] -fstack-protector-all -pg doesn't call mount at function entry Product: gcc Version: 16.0 Status: UNCONFIRMED Severity:

[Bug c++/120880] New: g++: internal compiler error: Segmentation fault since 10.1 only with -std=c++20

2025-06-30 Thread mario.rodriguezb1 at um dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120880 Bug ID: 120880 Summary: g++: internal compiler error: Segmentation fault since 10.1 only with -std=c++20 Product: gcc Version: 16.0 Status: UNCONFIRMED Severit

[Bug tree-optimization/120885] New: SLP build does not consider operand swapping for conditional commutative operators

2025-06-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120885 Bug ID: 120885 Summary: SLP build does not consider operand swapping for conditional commutative operators Product: gcc Version: 16.0 Status: UNCONFIRMED Sever

[Bug tree-optimization/120886] New: SLP build does not consider operand swapping for commutative builtin functions

2025-06-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120886 Bug ID: 120886 Summary: SLP build does not consider operand swapping for commutative builtin functions Product: gcc Version: 16.0 Status: UNCONFIRMED Severity:

[Bug fortran/120889] New: [16 regression] gfortran.dg/asan/array_constructor_1.f90 Fails since r16-1696-gdff66a690f6d47

2025-06-30 Thread kishan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120889 Bug ID: 120889 Summary: [16 regression] gfortran.dg/asan/array_constructor_1.f90 Fails since r16-1696-gdff66a690f6d47 Product: gcc Version: 16.0 Stat

[Bug target/120888] [16 regression] promotion of unsigned char and short function arguments sign extends them since r16-170-ga670ebde3995

2025-06-30 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120888 Sam James changed: What|Removed |Added Summary|promotion of unsigned char |[16 regression] promotion

[Bug c++/120890] New: virtual destructor on base class variable does not call derived class destructor when using [] destructor

2025-06-30 Thread Dirk.DeRycke at kla dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120890 Bug ID: 120890 Summary: virtual destructor on base class variable does not call derived class destructor when using [] destructor Product: gcc Version: 14.2.0 Status: UN

[Bug c++/120891] New: [C++20] ICE in tsubst when processing nested template lambda and with in template instantiation

2025-06-30 Thread marko1616 at outlook dot com via Gcc-bugs
xplorer/gcc-snapshot/bin/g++ Target: x86_64-linux-gnu Configured with: ../gcc-trunk-20250630/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 --disable-bootstrap --enable-multiarch

[Bug c++/120890] virtual destructor on base class variable does not call derived class destructor when using [] destructor

2025-06-30 Thread Dirk.DeRycke at kla dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120890 --- Comment #1 from De Rycke, Dirk --- // the simple example #include #include class vBaseClass { public: vBaseClass () { printf ("Construct %s\n", __PRETTY_FUNCTION__); } virtual ~ vBaseClass () { printf ("Destruct %s\n",

[Bug fortran/120889] [16 regression] gfortran.dg/asan/array_constructor_1.f90 Fails since r16-1696-gdff66a690f6d47

2025-06-30 Thread vehre at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120889 --- Comment #1 from Andre Vehreschild --- I'll have a look as soon as I finish the work for aarch64-freebsd.

[Bug c/120520] [C2y] Implement N3466, Clarifications on null pointers in the library

2025-06-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120520 --- Comment #3 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:e33409a83251d057eb03b22e8f95f3ad7bf822e1 commit r16-1775-ge33409a83251d057eb03b22e8f95f3ad7bf822e1 Author: Jakub Jelinek Date: M

[Bug c++/120875] New: internal compiler error: in unify, at cp/pt.cc:25494 since 11.1

2025-06-30 Thread mario.rodriguezb1 at um dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120875 Bug ID: 120875 Summary: internal compiler error: in unify, at cp/pt.cc:25494 since 11.1 Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal

[Bug c++/120876] New: internal compiler error: Segmentation fault finish_id_expression

2025-06-30 Thread mario.rodriguezb1 at um dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120876 Bug ID: 120876 Summary: internal compiler error: Segmentation fault finish_id_expression Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal

[Bug c/117023] [C2y] Implement N3322, Allow zero length operations on null pointers

2025-06-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117023 --- Comment #12 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:e33409a83251d057eb03b22e8f95f3ad7bf822e1 commit r16-1775-ge33409a83251d057eb03b22e8f95f3ad7bf822e1 Author: Jakub Jelinek Date:

[Bug c++/120877] New: internal compiler error: Segmentation fault since 10.1 with std=c++20

2025-06-30 Thread mario.rodriguezb1 at um dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120877 Bug ID: 120877 Summary: internal compiler error: Segmentation fault since 10.1 with std=c++20 Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/118094] Removal of checking size being zero before memcpy when can prove src/dst arguments are non-null

2025-06-30 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118094 Bug 118094 depends on bug 120520, which changed state. Bug 120520 Summary: [C2y] Implement N3466, Clarifications on null pointers in the library https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120520 What|Removed

[Bug c/120520] [C2y] Implement N3466, Clarifications on null pointers in the library

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

[Bug target/106113] wrong codegen for _mm_[u]comineq_{ss,sd} and need to return PF result.

2025-06-30 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106113 Uroš Bizjak changed: What|Removed |Added CC||guillaume.piolat at gmail dot com --- Co

[Bug target/98612] _mm_comieq_sd has wrong semantics

2025-06-30 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98612 Uroš Bizjak changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

[Bug c++/120878] New: ICE: in adjust_temp_type, at cp/constexpr.cc:1791

2025-06-30 Thread rush102333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120878 Bug ID: 120878 Summary: ICE: in adjust_temp_type, at cp/constexpr.cc:1791 Product: gcc Version: 16.0 Status: UNCONFIRMED Keywords: error-recovery, ice-on-invalid-code Se

[Bug c++/120887] New: internal compiler error: in type_dependent_expression_p, at cp/pt.cc:29376 since 12.1

2025-06-30 Thread mario.rodriguezb1 at um dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120887 Bug ID: 120887 Summary: internal compiler error: in type_dependent_expression_p, at cp/pt.cc:29376 since 12.1 Product: gcc Version: 16.0 Status: UNCO

[Bug target/120888] New: promotion of unsigned char and short function arguments sign extends them since gcc-16-170-ga670ebde3995

2025-06-30 Thread jcmvbkbc at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120888 Bug ID: 120888 Summary: promotion of unsigned char and short function arguments sign extends them since gcc-16-170-ga670ebde3995 Product: gcc Version: 16.0

[Bug target/120888] promotion of unsigned char and short function arguments sign extends them since gcc-16-170-ga670ebde3995

2025-06-30 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120888 Sam James changed: What|Removed |Added Keywords||wrong-code --- Comment #1 from Sam James -

[Bug c++/120883] New: internal compiler error: in write_type, at cp/mangle.cc:2687 since 13.1

2025-06-30 Thread mario.rodriguezb1 at um dot es via Gcc-bugs
( [](auto&&... a) { decltype(auto) l = {a...}; return l; }, std::make_tuple(1, 2.3, '4') ); return 0; } ``` Stack dump: ``` In file included from /opt/compiler-explorer/gcc-trunk-20250630/include/c++/16.0.0/tuple:43,

[Bug gcov-profile/120881] [16 Regression] -fstack-protector-all -pg doesn't call mount at function entry by r16-1550-g9244ea4bf55638

2025-06-30 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120881 H.J. Lu changed: What|Removed |Added CC||lili.cui at intel dot com Status|

[Bug gcov-profile/120881] [16 Regression] -fstack-protector-all -pg doesn't call mount at function entry by r16-1550-g9244ea4bf55638

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

[Bug tree-optimization/120817] [13/14/15/16 regression] Wrong code when compiled with -O1 -ftree-loop-vectorize for AArch64 target

2025-06-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120817 --- Comment #10 from Richard Biener --- (In reply to Tamar Christina from comment #8) > C testcase > > typedef struct { > int _M_current; > } __normal_iterator; > > typedef struct { > char _M_elems[5]; > } array_5; > > __normal_iterat

[Bug c++/120882] New: internal compiler error in /opt/compiler-explorer/gcc-trunk-20250630/include/c++/16.0.0/concepts since 11.1 only with -std=c++23, with c++20 works fine

2025-06-30 Thread mario.rodriguezb1 at um dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120882 Bug ID: 120882 Summary: internal compiler error in /opt/compiler-explorer/gcc-trunk-20250630/include/c++/ 16.0.0/concepts since 11.1 only with -std=c++23, with c

[Bug target/118280] [14/15/16 Regression] __atomic_test_and_set in Microblaze are broken (exposed by r14-4286)

2025-06-30 Thread neal.frager at amd dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118280 Neal Frager changed: What|Removed |Added Attachment #61760|0 |1 is obsolete|

[Bug c++/96570] Warnings desired for time_t to/from int coversions

2025-06-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96570 --- Comment #17 from Richard Biener --- (In reply to Richard Biener from comment #16) > I have posted a prototype at > https://gcc.gnu.org/pipermail/gcc-patches/2025-June/687651.html Discussion shows a more general approach with a __attribute__(

[Bug c++/120879] New: ICE: tree check: expected tree_vec, have identifier_node in tsubst_decl, at cp/pt.cc:15757

2025-06-30 Thread rush102333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120879 Bug ID: 120879 Summary: ICE: tree check: expected tree_vec, have identifier_node in tsubst_decl, at cp/pt.cc:15757 Product: gcc Version: 16.0 Status: UNCONFIRMED

[Bug target/120733] [16 Regression][aarch64] ICE in gen_highpart, at lra.cc:1484 since r16-1565-g2dcc6dbd8a00ca

2025-06-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120733 --- Comment #8 from GCC Commits --- The trunk branch has been updated by Richard Sandiford : https://gcc.gnu.org/g:da3f2a561649c7c4899449c6b3ab2b6d67792a71 commit r16-1774-gda3f2a561649c7c4899449c6b3ab2b6d67792a71 Author: Richard Sandiford Da

[Bug testsuite/120859] FAIL: gcc.dg/tree-prof/afdo-crossmodule-1b.c compilation

2025-06-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120859 Andrew Pinski changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #2 from Andrew Pin

[Bug middle-end/120855] [16 Regression] Recent changes causing ICE in assemble_name_resolve since r16-1738

2025-06-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120855 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug target/118280] [14/15/16 Regression] __atomic_test_and_set in Microblaze are broken (exposed by r14-4286)

2025-06-30 Thread neal.frager at amd dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118280 --- Comment #21 from Neal Frager --- Created attachment 61761 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61761&action=edit test case for microblaze atomic test and set support Attached is a test case for verifying the atomic test and

[Bug target/118280] [14/15/16 Regression] __atomic_test_and_set in Microblaze are broken (exposed by r14-4286)

2025-06-30 Thread neal.frager at amd dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118280 --- Comment #20 from Neal Frager --- Created attachment 61760 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61760&action=edit microblaze atomic test and set patch Attached is a proposal for adding atomic test and set support to the micro

[Bug target/118280] [14/15/16 Regression] __atomic_test_and_set in Microblaze are broken (exposed by r14-4286)

2025-06-30 Thread neal.frager at amd dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118280 --- Comment #22 from Neal Frager --- Hello everyone, Could we ask for a review / request for comment of the attached patch which will enable atomic test and set support for microblaze? Please note that this solution requires the -mxl-barrel-sh

[Bug c++/120874] New: internal compiler error: in type_dependent_expression_p, at cp/pt.cc:29442 since 7.1

2025-06-30 Thread mario.rodriguezb1 at um dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120874 Bug ID: 120874 Summary: internal compiler error: in type_dependent_expression_p, at cp/pt.cc:29442 since 7.1 Product: gcc Version: 16.0 Status: UNCON

[Bug target/120733] [16 Regression][aarch64] ICE in gen_highpart, at lra.cc:1484 since r16-1565-g2dcc6dbd8a00ca

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

[Bug c++/120873] New: internal compiler error: error reporting routines re-entered. since 11.1

2025-06-30 Thread mario.rodriguezb1 at um dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120873 Bug ID: 120873 Summary: internal compiler error: error reporting routines re-entered. since 11.1 Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: norma

[Bug c++/120890] virtual destructor on base class variable does not call derived class destructor when using [] destructor

2025-06-30 Thread Dirk.DeRycke at kla dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120890 --- Comment #2 from De Rycke, Dirk --- Compilation optimization options are irrelevant. Just compile with g++ and run the output

[Bug target/120659] ICE: in riscv_sched_variable_issue, at config/riscv/riscv.cc:9879 with -O2 -mcpu=sifive-x280

2025-06-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120659 --- Comment #2 from GCC Commits --- The master branch has been updated by Kito Cheng : https://gcc.gnu.org/g:c8cb537fdbdbc9e1c77ec389bcb99ad87b15cb92 commit r16-1779-gc8cb537fdbdbc9e1c77ec389bcb99ad87b15cb92 Author: Kito Cheng Date: Tue Jun

[Bug fortran/120843] [15/16-Regression, Coarray] Inconsistent ranks for operator reported when coarray ranks differ

2025-06-30 Thread vehre at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120843 Andre Vehreschild changed: What|Removed |Added Last reconfirmed||2025-06-30 Status|UNCON

[Bug c++/120884] internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:14029 since 14.1

2025-06-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120884 --- Comment #1 from Richard Biener --- Can you please help and at least fill in the ice-on-invalid or ice-on-invalid keywords yourself? Or are you not knowing whether you are fuzzing a valid or invalid testcase? You are putting quite a load on

[Bug c++/120890] virtual destructor on base class variable does not call derived class destructor when using [] destructor

2025-06-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120890 --- Comment #6 from Andrew Pinski --- See https://www.parashift.com/c++-faq-lite/array-derived-vs-base.html also.

[Bug c++/120890] virtual destructor on base class variable does not call derived class destructor when using [] destructor

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

[Bug middle-end/120865] ICE in gimple-expr.cc:484

2025-06-30 Thread schulz.benjamin at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120865 Benjamin Schulz changed: What|Removed |Added Attachment #61751|mein_omp.cpp|main_omp.cpp description|

[Bug middle-end/120865] ICE in gimple-expr.cc:484

2025-06-30 Thread schulz.benjamin at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120865 --- Comment #7 from Benjamin Schulz --- the correct output is now this one without -O The internal compiler error is at all o levels, -O1, O2, O3.. Interestingly -ffast-math works and leads to a considerable speed-up. Just using -fno-math-err

[Bug tree-optimization/120892] Missed unrolling at -O3 due to split-paths

2025-06-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120892 Richard Biener changed: What|Removed |Added Keywords||missed-optimization --- Comment #1 fro

[Bug fortran/120847] [15/16-Regression, Coarray] ICE after "Component ... already declared at..." when type with coarray comp is defined

2025-06-30 Thread vehre at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120847 Andre Vehreschild changed: What|Removed |Added Last reconfirmed||2025-06-30 Ever confirmed|0

[Bug tree-optimization/120892] New: Missed unrolling at -O3 due to split-paths

2025-06-30 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120892 Bug ID: 120892 Summary: Missed unrolling at -O3 due to split-paths Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-

[Bug fortran/120889] [16 regression] gfortran.dg/asan/array_constructor_1.f90 Fails since r16-1696-gdff66a690f6d47

2025-06-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120889 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Target Milestone|---

[Bug libstdc++/120650] Error of requesting %d from month_day_last is not detected at compile time

2025-06-30 Thread tkaminsk at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120650 Tomasz Kamiński changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/120890] virtual destructor on base class variable does not call derived class destructor when using [] destructor

2025-06-30 Thread Dirk.DeRycke at kla dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120890 --- Comment #4 from De Rycke, Dirk --- (In reply to Andrew Pinski from comment #3) > I am 99% sure the behavior here is correct as you can't delete an array of > derivedClass via a pointer of vBaseClass. It will always delete an array of > vBase

[Bug target/109116] vector_pair register allocation bug

2025-06-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109116 --- Comment #4 from GCC Commits --- The master branch has been updated by kishan parmar : https://gcc.gnu.org/g:69a2c243dd2cf9f77150c0eb86dfbc0931876bc1 commit r16-1782-g69a2c243dd2cf9f77150c0eb86dfbc0931876bc1 Author: Peter Bergner Date: M

[Bug tree-optimization/120893] SLP costing costs vec_construct while forwprop turns it into vec_permute

2025-06-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120893 Richard Biener changed: What|Removed |Added Last reconfirmed||2025-06-30 Status|UNCONFIR

[Bug tree-optimization/120893] New: SLP costing costs vec_construct while forwprop turns it into vec_permute

2025-06-30 Thread jchrist at linux dot ibm.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120893 Bug ID: 120893 Summary: SLP costing costs vec_construct while forwprop turns it into vec_permute Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: norma

[Bug libstdc++/120650] Error of requesting %d from month_day_last is not detected at compile time

2025-06-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120650 --- Comment #5 from GCC Commits --- The releases/gcc-15 branch has been updated by Tomasz Kaminski : https://gcc.gnu.org/g:53d2ca1541b34bb2f840d5aede9b826025dd0bb7 commit r15-9876-g53d2ca1541b34bb2f840d5aede9b826025dd0bb7 Author: Tomasz KamiÅs

[Bug fortran/114611] H edit descriptor should flag as error with -std-f95 (or higher)

2025-06-30 Thread w6ws at earthlink dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114611 --- Comment #2 from Walter Spector --- Revisiting this, I still think that by the definition of the default -std=gnu, the compiler should give a warning by default, and give an error when -std=f95 (or higher) is specified. Currently no warning

[Bug ipa/120894] Usage of std::pmr::polymorphic_allocator is not optimized out

2025-06-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120894 Andrew Pinski changed: What|Removed |Added Component|middle-end |ipa Status|UNCONFIRMED

[Bug target/120763] [meta-bug] Tracker for bugs to visit during weekly RISC-V meeting

2025-06-30 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120763 Bug 120763 depends on bug 120714, which changed state. Bug 120714 Summary: RISC-V: incorrect frame pointer CFA address for stack-clash protection loops https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120714 What|Removed

[Bug target/120714] RISC-V: incorrect frame pointer CFA address for stack-clash protection loops

2025-06-30 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120714 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/120714] RISC-V: incorrect frame pointer CFA address for stack-clash protection loops

2025-06-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120714 --- Comment #5 from GCC Commits --- The master branch has been updated by Jeff Law : https://gcc.gnu.org/g:45a17e3081120f51f8e8b1d7cda73c7d89453e85 commit r16-1834-g45a17e3081120f51f8e8b1d7cda73c7d89453e85 Author: Alexey Merzlyakov Date: Mo

[Bug target/119944] [16] RISC-V: g++.dg/torture/pr119610.C "terminate called after throwing an instance of 'int'

2025-06-30 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119944 Jeffrey A. Law changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug target/120714] RISC-V: incorrect frame pointer CFA address for stack-clash protection loops

2025-06-30 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120714 Jeffrey A. Law changed: What|Removed |Added CC||ewlu at rivosinc dot com --- Comment #

[Bug target/120659] ICE: in riscv_sched_variable_issue, at config/riscv/riscv.cc:9879 with -O2 -mcpu=sifive-x280

2025-06-30 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120659 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/120763] [meta-bug] Tracker for bugs to visit during weekly RISC-V meeting

2025-06-30 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120763 Bug 120763 depends on bug 120659, which changed state. Bug 120659 Summary: ICE: in riscv_sched_variable_issue, at config/riscv/riscv.cc:9879 with -O2 -mcpu=sifive-x280 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120659 What|Remo

[Bug libstdc++/120650] Error of requesting %d from month_day_last is not detected at compile time

2025-06-30 Thread tkaminsk at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120650 Tomasz Kamiński changed: What|Removed |Added Target Milestone|--- |15.2

[Bug target/120895] AVX data types default alignment is not correct

2025-06-30 Thread david.partridge at perdrix dot co.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120895 --- Comment #1 from David C. Partridge --- This also applies to arm64 / Neon

[Bug target/120895] AVX data types default alignment is not correct

2025-06-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120895 --- Comment #2 from Andrew Pinski --- (In reply to David C. Partridge from comment #1) > This also applies to arm64 / Neon Do you have an example there because I think the problems are 2 different issues.

[Bug tree-optimization/120892] Missed unrolling at -O3 due to split-paths

2025-06-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120892 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW See Also|

[Bug c++/120890] virtual destructor on base class variable does not call derived class destructor when using [] destructor

2025-06-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120890 --- Comment #3 from Andrew Pinski --- I am 99% sure the behavior here is correct as you can't delete an array of derivedClass via a pointer of vBaseClass. It will always delete an array of vBaseClass.

[Bug target/120714] RISC-V: incorrect frame pointer CFA address for stack-clash protection loops

2025-06-30 Thread rzinsly at ventanamicro dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120714 Raphael M Zinsly changed: What|Removed |Added CC||rzinsly at ventanamicro dot com ---

[Bug target/120895] AVX data types default alignment is not correct

2025-06-30 Thread david.partridge at perdrix dot co.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120895 --- Comment #3 from David C. Partridge --- (In reply to Andrew Pinski from comment #2) > (In reply to David C. Partridge from comment #1) > > This also applies to arm64 / Neon > > Do you have an example there because I think the problems are 2

[Bug tree-optimization/120886] SLP build does not consider operand swapping for commutative builtin functions

2025-06-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120886 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org Last recon

[Bug c++/120894] New: Usage of std::pmr::polymorphic_allocator is not optimized out

2025-06-30 Thread m.cencora at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120894 Bug ID: 120894 Summary: Usage of std::pmr::polymorphic_allocator is not optimized out Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/120885] SLP build does not consider operand swapping for conditional commutative operators

2025-06-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120885 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2025-06-30 Status|UNCONFIRM

[Bug ada/120106] replace hardcoded gnatmake commands with configuration variables

2025-06-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120106 --- Comment #9 from GCC Commits --- The master branch has been updated by Eric Botcazou : https://gcc.gnu.org/g:b8d33869fda464b4582ebdff3ea3c720f23276b0 commit r16-1828-gb8d33869fda464b4582ebdff3ea3c720f23276b0 Author: Eric Botcazou Date: M

[Bug tree-optimization/120893] SLP costing costs vec_construct while forwprop turns it into vec_permute

2025-06-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120893 --- Comment #2 from Andrew Pinski --- I thought I had saw another place which had asked a similar question about this ...

[Bug c++/120896] New: __PRETTY_FUNCTION__ incorrect behavior (depends on instanciation order)

2025-06-30 Thread kelbonage at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120896 Bug ID: 120896 Summary: __PRETTY_FUNCTION__ incorrect behavior (depends on instanciation order) Product: gcc Version: 15.2.1 Status: UNCONFIRMED Severity: norm

[Bug c++/120895] New: AVX data types default alignment is not correct

2025-06-30 Thread david.partridge at perdrix dot co.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120895 Bug ID: 120895 Summary: AVX data types default alignment is not correct Product: gcc Version: 13.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug target/120888] [16 regression] promotion of unsigned char and short function arguments sign extends them since r16-170-ga670ebde3995

2025-06-30 Thread jcmvbkbc at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120888 jcmvbkbc at gcc dot gnu.org changed: What|Removed |Added Attachment #61763|0 |1 is obsolete|

[Bug target/120897] New: __aeabi_d2h/__aeabi_d2h_alt function not implemented in libgcc

2025-06-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120897 Bug ID: 120897 Summary: __aeabi_d2h/__aeabi_d2h_alt function not implemented in libgcc Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal

[Bug c++/106619] Inconsistent __PRETTY_FUNCTION__ output

2025-06-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106619 Andrew Pinski changed: What|Removed |Added CC||kelbonage at gmail dot com --- Comment

[Bug c++/120896] __PRETTY_FUNCTION__ value depends on instanciation order

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

[Bug target/120888] [16 regression] promotion of unsigned char and short function arguments sign extends them since r16-170-ga670ebde3995

2025-06-30 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120888 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Target|xtensa

[Bug tree-optimization/113524] FAIL: gcc.dg/torture/pr113026-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for bogus messages, line 10)

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

[Bug target/120627] [15/16 regression] RISC-V: Miscompile at -O[23] since r15-2186-g9d8ef2711df

2025-06-30 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120627 Jeffrey A. Law changed: What|Removed |Added Resolution|--- |DUPLICATE Status|ASSIGNED

[Bug target/120242] [15/16 regression] RISC-V: Miscompile at -O[23] since r15-9239-g4d7a634f6d4

2025-06-30 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120242 --- Comment #5 from Jeffrey A. Law --- *** Bug 120627 has been marked as a duplicate of this bug. ***

[Bug fortran/114611] H edit descriptor should flag as error with -std-f95 (or higher)

2025-06-30 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114611 --- Comment #3 from Jerry DeLisle --- I have not had much time to finish this one. I will try to get to it.

[Bug rtl-optimization/120242] [15/16 regression] RISC-V: Miscompile at -O[23] since r15-9239-g4d7a634f6d4

2025-06-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120242 --- Comment #6 from GCC Commits --- The master branch has been updated by Jeff Law : https://gcc.gnu.org/g:41155992d572030f7918682b2642365ada1f4fbf commit r16-1835-g41155992d572030f7918682b2642365ada1f4fbf Author: Jeff Law Date: Mon Jun 30

[Bug rtl-optimization/120627] [15/16 regression] RISC-V: Miscompile at -O[23] since r15-2186-g9d8ef2711df

2025-06-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120627 --- Comment #4 from GCC Commits --- The master branch has been updated by Jeff Law : https://gcc.gnu.org/g:41155992d572030f7918682b2642365ada1f4fbf commit r16-1835-g41155992d572030f7918682b2642365ada1f4fbf Author: Jeff Law Date: Mon Jun 30

[Bug rtl-optimization/120813] [15/16 Regression] RISC-V: Miscompile at -O[23] since r15-9239

2025-06-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120813 --- Comment #2 from GCC Commits --- The master branch has been updated by Jeff Law : https://gcc.gnu.org/g:41155992d572030f7918682b2642365ada1f4fbf commit r16-1835-g41155992d572030f7918682b2642365ada1f4fbf Author: Jeff Law Date: Mon Jun 30

[Bug rtl-optimization/120736] [15/16 Regression] RISC-V: Miscompile at -O[23] since r15-5375-gbeec291225b

2025-06-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120736 --- Comment #2 from GCC Commits --- The master branch has been updated by Jeff Law : https://gcc.gnu.org/g:41155992d572030f7918682b2642365ada1f4fbf commit r16-1835-g41155992d572030f7918682b2642365ada1f4fbf Author: Jeff Law Date: Mon Jun 30

[Bug c/120898] New: ICE at -O2 calling function with old-style definition taking a VLA parameter

2025-06-30 Thread stephenheumann at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120898 Bug ID: 120898 Summary: ICE at -O2 calling function with old-style definition taking a VLA parameter Product: gcc Version: 15.1.0 Status: UNCONFIRMED Severity:

[Bug target/120888] [16 regression] promotion of unsigned char and short function arguments sign extends them since r16-170-ga670ebde3995

2025-06-30 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120888 --- Comment #3 from H.J. Lu --- Created attachment 61769 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61769&action=edit A patch Please try this.

[Bug cobol/120779] HIGH-VALUE / LOW-VALUE not found

2025-06-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120779 --- Comment #2 from GCC Commits --- The master branch has been updated by James K. Lowden : https://gcc.gnu.org/g:612c4c104ac0c2726d2de27f350040ad5f8d5776 commit r16-1836-g612c4c104ac0c2726d2de27f350040ad5f8d5776 Author: James K. Lowden Date:

  1   2   >