[Bug other/120493] 2 different functions to get call RTX from CALL_INSN

2025-05-31 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120493 Richard Biener changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug fortran/120483] [15/16 Regression] character(len=:), allocatable, save variable returns incorrect substring since r15-2131

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

[Bug tree-optimization/120341] [12/13/14/15 Regregression] wrong code at -O1 and above with "-fallow-store-data-races" on x86_64-linux-gnu

2025-05-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120341 Richard Biener changed: What|Removed |Added Known to work||16.0 Summary|[15/16 Regregr

[Bug tree-optimization/120357] [14/15/16 Regression] ICE in vect "error: definition in block 9 does not dominate use in block 3" with early break

2025-05-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120357 --- Comment #8 from Richard Biener --- The following fixes this. I'm not 100% convinced but it does seem "obvious" (but for the "peeled" case we seem to eventually create duplicate COND reduction IVs? But possibly we reject this case anyhow).

[Bug target/120480] [13 Regression] ICE: could not split insn

2025-05-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120480 --- Comment #6 from Richard Biener --- Picking 22fe83d6fc9f59311241c981bcad58b61e2056d4 fixes the preprocessed source, I'm checking whether the cross build succeeds then.

[Bug target/120480] [13 Regression] ICE: could not split insn

2025-05-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120480 Richard Biener changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug target/120480] [13 Regression] ICE: could not split insn

2025-05-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120480 --- Comment #5 from Richard Biener --- typedef struct { int digits; int emax; int emin } decContext; decContext decSetSubnormal_set; decSetSubnormal() { decContext worksetworkset = decSetSubnormal_set; } is a reduced testcase that fails w

[Bug target/120480] [13 Regression] ICE: could not split insn

2025-05-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120480 --- Comment #3 from Richard Biener --- It's caused by r13-9726-gaf73c8bf516884

[Bug target/120480] [13 Regression] ICE: could not split insn

2025-05-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120480 --- Comment #2 from Richard Biener --- Created attachment 61552 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61552&action=edit preprocessed source /home/abuild/rpmbuild/BUILD/cross-s390x-gcc13-13.3.1+git9727-build/gcc-13.3.1+git9727/obj

[Bug testsuite/120457] [16 Regression] gcc.dg/vect/pr79920.c fail starting with r16-924-g1bc5b47f5b06dc

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

[Bug target/120480] [13 Regression] ICE: could not split insn

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

[Bug target/120480] New: ICE: could not split insn

2025-05-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
Assignee: unassigned at gcc dot gnu.org Reporter: rguenth at gcc dot gnu.org Target Milestone: --- Building a cross compiler to s390x yields [ 199s] /home/abuild/rpmbuild/BUILD/cross-s390x-gcc13-13.3.1+git9727-build/gcc-13.3.1+git9727/obj-x86_64-suse-linux/./gcc/xgcc -B/home/abuild

[Bug sanitizer/120471] [12/13/14/15/16 regression] -fsanitize=undefined causes read of uninitialized variable when accessing element in an array at -O0 level

2025-05-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120471 Richard Biener changed: What|Removed |Added Priority|P3 |P2 --- Comment #9 from Richard Biener

[Bug target/120459] RISC-V: redundant addi

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

[Bug testsuite/120457] [16 Regression] gcc.dg/vect/pr79920.c fail starting with r16-924-g1bc5b47f5b06dc

2025-05-29 Thread rguenth at gcc dot gnu.org via Gcc-bugs
|1 Last reconfirmed||2025-05-30 Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org Target Milestone|--- |16.0 Keywords||missed-optimization

[Bug target/120450] GCN offloading: ICE 'during RTL pass: expand', 'in assign_temp, at function.cc:990' for C++ 'std::flat_map', 'std::flat_multimap'

2025-05-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120450 Richard Biener changed: What|Removed |Added Keywords||needs-reduction --- Comment #2 from Ri

[Bug target/120450] GCN offloading: ICE 'during RTL pass: expand', 'in assign_temp, at function.cc:990' for C++ 'std::flat_map', 'std::flat_multimap'

2025-05-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120450 --- Comment #1 from Richard Biener --- The question is what's the reason we end up here from expand_constructor. There's /* Handle calls that pass values in multiple non-contiguous locations. The Irix 6 ABI has examples of this. */

[Bug tree-optimization/120032] Fails to pattern match clz from DeBruijn

2025-05-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120032 --- Comment #4 from Richard Biener --- I'll also note that as written the table-based lookup has a value of 31 for zero input but lzcnt will get you 32. So unless you make the input of zero undefined by guarding the code (thus provide a value-r

[Bug driver/120448] -fuse-ld=eld should be supported

2025-05-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120448 --- Comment #2 from Richard Biener --- -fuse-ld is deeply flawed - all configure time checks on linker features are for the wrong linker then. We need to get rid of those to make it sound.

[Bug tree-optimization/117965] phiprop fails in some cases

2025-05-27 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117965 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug tree-optimization/120443] [16 regression] wrong code at -O3

2025-05-27 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120443 Richard Biener changed: What|Removed |Added Keywords||needs-bisection, wrong-code

[Bug ada/120440] [15/16 regression] gnat exception handling miscompiled (`gnat ls` crashes when bootstrapped with -march=znver3)

2025-05-27 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120440 Richard Biener changed: What|Removed |Added Target||x86_64-*-* --- Comment #3 from Richard

[Bug ipa/106783] [12 Regression] ICE in ipa-modref.cc:analyze_function since r12-5247-ga34edf9a3e907de2

2025-05-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106783 Richard Biener changed: What|Removed |Added Known to fail||13.3.0 Known to work|

[Bug rtl-optimization/101188] [12/13 Regression] [postreload] Uses content of a clobbered register

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

[Bug c++/113976] [12/13 Regression] explicit instantiation of const variable template following implicit instantiation is assembled in .rodata instead of .bss since r8-2857-g2ec399d8a6c9c2

2025-05-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113976 Richard Biener changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org

[Bug c++/117817] [13 Regression] Compile error when taking address of temporary array in sizeof operator since r13-6716-g31cdfdef04701e

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

[Bug rtl-optimization/99015] [12/13 Regression] ICE: Max. number of generated reload insns per insn is achieved (90)

2025-05-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99015 --- Comment #10 from Richard Biener --- still needs bisection of what fixed it, the IL looks the same

[Bug c++/95298] [12/13 Regression] sorry, unimplemented: mangling record_type

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

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

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

[Bug target/114676] [12/13 Regression] DSE removes assignment that is used later

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

[Bug tree-optimization/119778] [13 regression] -Wuninitialized crashed with longjmp/setjmp since r13-2500

2025-05-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119778 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Known to fail|13.3.1

[Bug fortran/109345] [12/13/14 Regression] class(*) variable that is a string array is not handled correctly

2025-05-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109345 --- Comment #12 from Richard Biener --- (In reply to Richard Biener from comment #11) > The testcase still FAILs for me on the gcc-13 branch on x86_64-linux: > > FAIL: gfortran.dg/pr109345.f90 -O0 execution test > FAIL: gfortran.dg/pr109345.

[Bug cobol/119211] [15/16 Regression] Cobol GCC 15 release checklist

2025-05-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119211 --- Comment #14 from Richard Biener --- (In reply to James K. Lowden from comment #13) > A few uses of getenv(3) are still in the parser for debugging. I will > remove them. > > > simply "moving" LICENSE from the FE to libgcobol > > Is this

[Bug libstdc++/120428] [15/16 regression] Suboptimal autovec involving blocked permutation and std::copy

2025-05-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120428 Richard Biener changed: What|Removed |Added Component|target |libstdc++ --- Comment #1 from Richard

[Bug target/120427] [12/13/14/15/16 Regression] "and $0,mem" is generated without -Oz since r12-6106-gef26c151c14a87

2025-05-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120427 Richard Biener changed: What|Removed |Added Target||x86_64-*-* Priority|P3

[Bug tree-optimization/120425] [12/13/14/15/16 regression] GCC-compiled (with -O{1,2,s,3}) program got segfault from GCC 12.1 since r12-476-gd846f225c25c58

2025-05-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120425 Richard Biener changed: What|Removed |Added Priority|P3 |P2 --- Comment #9 from Richard Biener

[Bug tree-optimization/120425] [12/13/14/15/16 regression] GCC-compiled (with -O{1,2,s,3}) program got segfault from GCC 12.1 since r12-476-gd846f225c25c58

2025-05-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120425 --- Comment #10 from Richard Biener --- -fno-tree-ch and disabling all three instances of ivcanon with -fdisable-tree-ivcanon -fdisable-tree-cunrolli -fdisable-tree-cunrol avoids this with -O1 (with -O2/-O3 there's other places where this trigge

[Bug middle-end/114563] ggc_internal_alloc is slow

2025-05-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114563 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug target/120417] gcc -m32 -O1 codegen error, leading to SIGSEGV, workaround -fno-tree-coalesce-vars

2025-05-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120417 --- Comment #8 from Richard Biener --- Can you tell whether -fstack-reuse=none is another workaround that works? Note as on i?86 parameters are passed on the stack the UB can more easily manifest itself as actual problems. So if fixing the cal

[Bug c++/116511] [14/15/16 Regression] ICE with enum value used in requires

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116511 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #6 from Richard Biene

[Bug c++/120385] [14/15/16 Regression] GCC 14 incorrectly accepts array prvalues with certain operators

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120385 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #4 from Richard Biene

[Bug c/120382] [14/15/16 Regression] ICE with hardbool attribute and undeclared variable

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120382 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #4 from Richard Biene

[Bug tree-optimization/120138] [14/15/16 regression] -Wmaybe-uninitialized triggered after specific optimizations since r14-4089-gd45ddc2c04e471

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120138 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #9 from Richard Biene

[Bug testsuite/113685] [14/15/16 regression] gcc.dg/vect/vect-117.c fails profile checking with Invalid sum after r14-4089-gd45ddc2c04e471

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113685 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #7 from Richard Biene

[Bug tree-optimization/116588] [14 Regression] wrong code with -O2 -fno-vect-cost-model -fno-tree-dominator-opts -fno-tree-fre --param=vrp-block-limit=0

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116588 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #11 from Richard Bien

[Bug tree-optimization/119945] [14/15/16 Regression] missed tail call due to IPA-VRP and different type but same mode

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119945 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #4 from Richard Biene

[Bug c++/120285] [14/15/16 Regression] ice in digest_init_r, at cp/typeck2.cc:1397

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120285 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #2 from Richard Biene

[Bug libstdc++/119427] std::erase_if(std::flat_map) does not work

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119427 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #5 from Richard Biene

[Bug c++/119447] [14/15/16 Regression] ICE Segmentation fault with incorrect template class declaration syntax and varadic parameter since r14-9374

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119447 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #4 from Richard Biene

[Bug fortran/119273] [14/15/16 Regression] subclass can not correctly access to superclass in associate statement

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119273 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #4 from Richard Biene

[Bug c/111811] [14/15/16 Regression] ICE with vector float bitfield after error

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111811 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #8 from Richard Biene

[Bug testsuite/112728] gcc.dg/scantest-lto.c FAILs

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112728 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #10 from Richard Bien

[Bug target/117947] [14/15/16 Regression] GCC miscompile rvv intrinsics at `-O2` and `-O3`, use `vlenb` after an inappropriate `vsetvli`

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117947 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #1 from Richard Biene

[Bug middle-end/119442] [14 Regression] Regression in creating SVE predicate

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119442 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #5 from Richard Biene

[Bug c/120380] [14/15/16 Regression] internal compiler error: error reporting routines re-entered

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120380 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #2 from Richard Biene

[Bug c/119264] [14/15/16 Regression] ICE: tree check: expected class 'type', have 'exceptional' (error_mark) in tree_nonzero_bits, at fold-const.cc:16688

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119264 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #2 from Richard Biene

[Bug c++/118698] [14 Regression] Compiler ICE on concept code accepted by MSVC and clang

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118698 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #22 from Richard Bien

[Bug tree-optimization/120156] [12/13 Regression] Segfault while compiling eigen test bdcsvd.cpp

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120156 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #10 from Richard Bien

[Bug target/118891] [14/15/16 regression] gcc 14 fails to build from source on aarch64_be: "error: ‘dynamic_cast’ not permitted with ‘-fno-rtti’"

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118891 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #22 from Richard Bien

[Bug middle-end/118608] [14/15/16 regression][mips64] Lack of sign extension with -Os/-O1 after r14-6915

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118608 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #4 from Richard Biene

[Bug tree-optimization/118430] [14 Regression] tail call vs IPA-VRP return value range with constant value

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118430 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #15 from Richard Bien

[Bug c++/120134] [14/15/16 regression] Internal compiler error: in coerce_template_parms, at cp/pt.cc:9488 since r14-2170

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120134 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #3 from Richard Biene

[Bug c/118290] [14/15/16 Regression] ICE: argc.1 from nested referenced in nested

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118290 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #2 from Richard Biene

[Bug c/120381] [14/15/16 Regression] internal compiler error: in composite_type_internal, at c/c-typeck.cc:848

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120381 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #3 from Richard Biene

[Bug target/118145] [14/15/16 Regression] SLP cost model for ior/add reduction should be improved

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118145 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #5 from Richard Biene

[Bug middle-end/118939] [14/15/16 Regression] ada: executable segfaults on arm-linux-gnueabi when assigning an access to controlled type since r14-2653-g2971ff7b1d564a

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118939 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #22 from Richard Bien

[Bug tree-optimization/120357] [14/15/16 Regression] ICE in vect "error: definition in block 9 does not dominate use in block 3" with early break

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120357 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #6 from Richard Biene

[Bug tree-optimization/118107] [14 Regression] false warning: "${inactive union member} may be used uninitialized" with -fsanitize=undefined -O1

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118107 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #2 from Richard Biene

[Bug c++/117813] [14 Regression] GCC14 + -fsanitize=undefined + -Os + recursive_directory_iterator results in undefined reference since r14-5979-g99d114c15523e0

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117813 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #14 from Richard Bien

[Bug c++/120224] [14/15/16 Regression] ICE in cp_parser_expression_statement with std::void_t overload resolution since 14.1 until trunk

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120224 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #4 from Richard Biene

[Bug tree-optimization/118817] [14 Regression] stringop-overflow and array-bound error with LTO/O3

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118817 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #19 from Richard Bien

[Bug target/114860] [14/15/16 regression] [aarch64] 511.povray regresses by ~5.5% with -O3 -flto -march=native -mcpu=neoverse-v2 since r14-10014-ga2f4be3dae04fa

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114860 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #12 from Richard Bien

[Bug target/118100] [14/15/16 Regression] Segment Fault by rvv intrinsic compilation at `-O2` and `-O3`.

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118100 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #3 from Richard Biene

[Bug tree-optimization/120065] [14/15/16 Regression] profile info corrupted by dom2

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120065 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #6 from Richard Biene

[Bug analyzer/117609] [14/15/16 Regression] ICE: SIGSEGV in fold_convert_const (fold-const.cc:2486) with -fanalyzer -frounding-math and __builtin_memmove()

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117609 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #1 from Richard Biene

[Bug tree-optimization/118660] [14/15/16 Regression] VRP gets in the way sometimes

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118660 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #3 from Richard Biene

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

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119815 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #4 from Richard Biene

[Bug middle-end/118072] [14/15/16 Regression] (n%7) sometimes uses udiv and sometimes does not depending on if `n/7` is used beforehand

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118072 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #6 from Richard Biene

[Bug target/118460] [14/15/16 Regression] ICE on armv8.1-m.main with -mfloat-abi=hard

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118460 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #8 from Richard Biene

[Bug c++/117351] [14/15/16 Regression] ICE while reporting invalid template error

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117351 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #4 from Richard Biene

[Bug tree-optimization/119921] ICE building SVE ACLE in varasm with switch

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119921 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #6 from Richard Biene

[Bug middle-end/119015] [14/15/16 Regression] g++ -O2 uses huge amounts of time and memory

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119015 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #4 from Richard Biene

[Bug target/117877] [14/15/16 Regression] internal compiler error: Floating point exception

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117877 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #1 from Richard Biene

[Bug ipa/119484] [14/15/16 Regression] v2: tail call vs IPA-VRP return value range with constant value

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119484 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #7 from Richard Biene

[Bug tree-optimization/117322] [14/15/16 Regression] Another spurious "may be used uninitialized" warning when using alloca

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117322 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #3 from Richard Biene

[Bug target/118008] [14/15/16 regression] ICE when bootstrapping with Go on arm (gen_movdi, at config/arm/arm.md:6296)

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118008 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #16 from Richard Bien

[Bug tree-optimization/117790] [14/15/16 regression] Early break vectorization corrupts profile info

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117790 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #6 from Richard Biene

[Bug target/117253] [14/15/16 regression] Generated code at -Os on trunk is larger than GCC 13.3 since r14-1656-g55fcaa9a8bd9c8

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117253 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #10 from Richard Bien

[Bug libstdc++/118083] __possibly_const_range misses input_range constraint

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118083 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #6 from Richard Biene

[Bug tree-optimization/119402] [14/15/16 Regression] `((-bool) & _6) & (~_6)` is not optimized to 0 on some targets since r14-5673

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119402 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #6 from Richard Biene

[Bug tree-optimization/117638] No loop splitting and bounds check not optimized out with -D_GLIBCXX_ASSERTIONS

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117638 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #5 from Richard Biene

[Bug target/118068] [14 Regression] _mm256_blend_ps intrinsics does not work fully with consteval function returning an usigned char type

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118068 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #11 from Richard Bien

[Bug analyzer/117491] [14/15/16 Regression] ICE: SIGSEGV in tree_class_check (tree.h:4085) with -fanalyzer

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117491 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #1 from Richard Biene

[Bug tree-optimization/117244] [14/15/16 Regression] missed vectorization of (-(unsigned int)(bool_var))

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117244 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #5 from Richard Biene

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

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118280 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #19 from Richard Bien

[Bug target/117126] [14/15/16 regression] GCC 14 generates redundant movq xmm1, xmm1 instructions with -O2 optimization, leading to code bloat (regression from GCC 13.x)

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117126 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #2 from Richard Biene

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

2025-05-23 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 Target Milestone|14.3|14.4 --- Comment #9 from Richard Biene

[Bug c/117652] [14/15/16 regression] ICE: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in tagged_types_tu_compatible_p, at c/c-typeck.cc:1919

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117652 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #4 from Richard Biene

[Bug libstdc++/117214] chrono format error for time point using %c: D_T_FMT cannot be directly used as chrono-specs

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117214 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #8 from Richard Biene

[Bug target/116904] [14/15/16 Regression] RISC-V: address calculation not hoisted from loop

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116904 Richard Biener changed: What|Removed |Added Target Milestone|14.3|14.4 --- Comment #2 from Richard Biene

  1   2   3   4   5   6   7   8   9   10   >