[Bug tree-optimization/118805] [15 Regression] wrong code at -O1 with "-fno-tree-ccp -fno-tree-copy-prop -fno-tree-forwprop -fno-tree-fre" on x86_64-linux-gnu

2025-02-08 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118805 --- Comment #2 from Sam James --- That said, it probably is ifcombine.

[Bug tree-optimization/118805] [15 Regression] wrong code at -O1 with "-fno-tree-ccp -fno-tree-copy-prop -fno-tree-forwprop -fno-tree-fre" on x86_64-linux-gnu

2025-02-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118805 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/118805] [15 Regression] wrong code at -O1 with "-fno-tree-ccp -fno-tree-copy-prop -fno-tree-forwprop -fno-tree-fre" on x86_64-linux-gnu

2025-02-08 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118805 --- Comment #1 from Sam James --- -fdisable-tree-ifcombine works, but I haven't checked if it's doing something wrong (given we're disabling a bunch of other passes, it might not be to blame; possible it unlocks something later that the others w

[Bug tree-optimization/118805] [15 Regression] wrong code at -O1 with "-fno-tree-ccp -fno-tree-copy-prop -fno-tree-forwprop -fno-tree-fre" on x86_64-linux-gnu

2025-02-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118805 Andrew Pinski changed: What|Removed |Added Target||x86_64 Target Milestone|---

[Bug tree-optimization/118805] New: wrong code at -O1 with "-fno-tree-ccp -fno-tree-copy-prop -fno-tree-forwprop -fno-tree-fre" on x86_64-linux-gnu

2025-02-08 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118805 Bug ID: 118805 Summary: wrong code at -O1 with "-fno-tree-ccp -fno-tree-copy-prop -fno-tree-forwprop -fno-tree-fre" on x86_64-linux-gnu Product: gcc Version: unk

[Bug tree-optimization/118804] redundant if (x == CST && y == CST) not removed

2025-02-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118804 --- Comment #2 from Andrew Pinski --- (e)VRP can handle the non-constant case already too: ``` bool bar (int x, int y, int z) { if (x == y) return true; if (x == z) if (y == z) return true; return f(x,y); } ``` T

[Bug tree-optimization/118804] redundant if (x == CST && y == CST) not removed

2025-02-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118804 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug tree-optimization/118804] redundant if (x == CST && y == CST) not removed

2025-02-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118804 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Blocks|

[Bug tree-optimization/118804] New: redundant if (x == CST && y == CST) not removed

2025-02-08 Thread denis.campredon at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118804 Bug ID: 118804 Summary: redundant if (x == CST && y == CST) not removed Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug driver/118803] cannot pass parameter `--save-temps` to `collect2`

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

[Bug driver/118803] cannot pass parameter `--save-temps` to `collect2`

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

[Bug c/118061] [15 regression] ICE: tree check: expected class 'type', have 'exceptional' (error_mark) in tagged_types_tu_compatible_p, at c/c-typeck.cc:1946

2025-02-08 Thread yunboni at smail dot nju.edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118061 Yunbo Ni changed: What|Removed |Added CC||yunboni at smail dot nju.edu.cn --- Comment

[Bug c/118803] New: cannot pass parameter `--save-temps` to `collect2`

2025-02-08 Thread lzsiga at freemail dot c3.hu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118803 Bug ID: 118803 Summary: cannot pass parameter `--save-temps` to `collect2` Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug middle-end/108016] RISC-V:Bad codegen in scalar code comparing to LLVM

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108016 Jeffrey A. Law changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug target/118146] [14 Regression] ICE: in riscv_legitimize_move, at config/riscv/riscv.cc:3641 when reinterpreting short vector as _Float16

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118146 Jeffrey A. Law changed: What|Removed |Added Summary|[14/15 Regression] ICE: in |[14 Regression] ICE: in

[Bug target/118146] [14/15 Regression] ICE: in riscv_legitimize_move, at config/riscv/riscv.cc:3641 when reinterpreting short vector as _Float16

2025-02-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118146 --- Comment #5 from GCC Commits --- The master branch has been updated by Jeff Law : https://gcc.gnu.org/g:9576353454e6c2a20a9742e2f29f17830766cd8a commit r15-7448-g9576353454e6c2a20a9742e2f29f17830766cd8a Author: Jeff Law Date: Sat Feb 8 2

[Bug tree-optimization/103173] [12/13/14/15 regression] strncpy output may be truncated copying 32 bytes from a string of length 1439 (bogus) [-Werror=stringop-truncation]

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103173 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug ipa/105690] [12/13/14/15 regression] -Warray-bounds sensitive false positive with -O2 since r12-2591-g2e96b5f14e4025691b57d2301d71aa6092ed44bc

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105690 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/106020] [12/13/14/15 regression] Spurious warnings about stringop overflows with -march=skylake -O3

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106020 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/107473] [12/13/14/15 regression] Unexpected warning / error with strncpy since r10-2814-g22fca489eaf98f26

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107473 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/108860] [12/13 regression] New (since gcc 12) false positive null-dereference in vector.resize

2025-02-08 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108860 Sam James changed: What|Removed |Added Keywords||needs-bisection Summary|[12/13/1

[Bug tree-optimization/108860] [12/13/14/15 regression] New (since gcc 12) false positive null-dereference in vector.resize

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108860 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/109561] [12/13/14/15 regression] -Wmaybe-uninitialized false positive with std::optional

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109561 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug middle-end/109832] [12/13/14/15 Regression] aarch64: Inefficient code for logical or of two booleans due to ccmp expansion

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109832 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/110620] [12/13/14/15 regression] spurious array-bounds

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110620 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/110645] [12/13/14/15 regression] False positive -Warray-bounds warning

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110645 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/114253] [12/13/14/15 regression] False positive maybe-uninitialized with std::optional and ternary

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114253 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/114592] [12/13/14/15 regression] Bogus `maybe-uninitialized` on std::variant with std::string with -O3

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114592 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug rtl-optimization/114960] [12/13/14/15 Regression] fails to clean up vector casts since r12-4379-g97c320016642a4

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114960 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/114430] [12/13/14/15 regression] False positive for -Wformat-overflow

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114430 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/114360] [12/13/14/15 regression] Bogus -Wmaybe-uninitialized inside std::map internals with -O3

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114360 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug target/114991] [14/15 Regression] AArch64: LDP pass does not handle some structure copies

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114991 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/114969] [12/13/14/15 Regression] Missed optimization: (bool)((std::max((unsigned long long) 0, (unsigned long long) var_0)) | ( var_0 ? 1 : 0)) => (bool) var_0

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114969 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug middle-end/118801] Excessive compile time with -g -O2 -fpeel-loops -fno-var-tracking

2025-02-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118801 --- Comment #1 from Andrew Pinski --- Note you might also want to use -fno-checking for the trunk. For me: [apinski@xeond2 upstream-gcc-isel]$ time ~/upstream-gcc-isel/bin/gcc t.c -S -g -O3 -fno-var-tracking -fno-checking real0m10.142s u

[Bug fortran/117430] gfortran allows type(C_ptr) in I/O list

2025-02-08 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117430 --- Comment #3 from Jerry DeLisle --- Where we resolve the data transfer statement the variable c_ptr is derived, It has an attribute of private_comp. The interop_kind is 0. The gdb in resolve.cc shows: 11745 derived = ts->u.derived; (g

[Bug ipa/118785] [15 Regression] ICE when building vpl-gpu-rt (during IPA pass, ICE in decompose, at wide-int.h:1049)

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

[Bug ipa/118785] [15 Regression] ICE when building vpl-gpu-rt (during IPA pass, ICE in decompose, at wide-int.h:1049)

2025-02-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118785 Andrew Pinski changed: What|Removed |Added Attachment #60431|0 |1 is obsolete|

[Bug target/118146] [14/15 Regression] ICE: in riscv_legitimize_move, at config/riscv/riscv.cc:3641 when reinterpreting short vector as _Float16

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118146 --- Comment #4 from Jeffrey A. Law --- Thanks Sam. Same problem, same fix.

[Bug middle-end/116508] [15 Regression] `popcount(char) == 1` or char no longer expands to using `(arg ^ (arg - 1)) > arg - 1` trick after r15-2946-gfcc3af99498804

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116508 Jeffrey A. Law changed: What|Removed |Added Target Milestone|15.0|16.0

[Bug rtl-optimization/116604] [15 regression] regressions on aarch64 since r15-1619-g3b9b8d6cfdf593

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116604 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug target/116623] [15 regression] regressions on arm-linux-gnueabihf since r15-1619-g3b9b8d6cfdf593

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116623 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

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

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116994 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/117204] [12/13/14/15 regression] After r12-2132-ga1108556677, bogus -Warray-bounds warnings in std::vector::back()

2025-02-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117204 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug ipa/118785] [15 Regression] ICE when building vpl-gpu-rt (during IPA pass, ICE in decompose, at wide-int.h:1049)

2025-02-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118785 --- Comment #5 from Andrew Pinski --- Created attachment 60431 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60431&action=edit single file testcase still need LTO `g++ t0.cc -fPIC -flto -O3 -Wl,--version-script=libmfx-gen.map -shared -w`

[Bug middle-end/118795] [15 Regression] ICE when building darkradiant-3.9.0 (with PCH?) (expand_expr_real_2, at expr.cc:10975)

2025-02-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118795 Andrew Pinski changed: What|Removed |Added Component|rtl-optimization|middle-end Target|

[Bug rtl-optimization/118795] [15 Regression] ICE when building darkradiant-3.9.0 (with PCH?) (expand_expr_real_2, at expr.cc:10975)

2025-02-08 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118795 Sam James changed: What|Removed |Added Summary|[15 Regression] ICE in |[15 Regression] ICE when

[Bug rtl-optimization/118795] [15 Regression] ICE in expand_expr_real_2, at expr.cc:10975

2025-02-08 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118795 Sam James changed: What|Removed |Added Keywords||needs-source Target Milestone|---

[Bug tree-optimization/118796] [15 Regression] ICE when building atlas-ecmwf 0.40.0 (copy_reference_ops_from_ref, at tree-ssa-sccvn.cc:1109)

2025-02-08 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118796 Sam James changed: What|Removed |Added Keywords||needs-source Summary|[15 Regress

[Bug other/118802] [15 regression] Bootstrap comparison failure on libphobos/libdruntime/core/internal/gc/impl/conservative/gc.o

2025-02-08 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118802 --- Comment #3 from Sam James --- I only hit this on one machine and at first I was suspicious of HW failure or something but it's consistent. Not tried to repro it manually yet.

[Bug other/118802] [15 regression] Bootstrap comparison failure on libphobos/libdruntime/core/internal/gc/impl/conservative/gc.o

2025-02-08 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118802 --- Comment #2 from Sam James --- Created attachment 60430 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60430&action=edit gcc-118802.tar.xz

[Bug other/118802] [15 regression] Bootstrap comparison failure on libphobos/libdruntime/core/internal/gc/impl/conservative/gc.o

2025-02-08 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118802 --- Comment #1 from Sam James --- The differences are odd. ``` $ diffoscope ./work/build/stage2-x86_64-pc-linux-gnu/32/libphobos/libdruntime/core/internal/gc/impl/conservative/gc.o ./work/build/stage3-x86_64-pc-linux-gnu/32/libphobos/libdruntim

[Bug other/118802] New: [15 regression] Bootstrap comparison failure on libphobos/libdruntime/core/internal/gc/impl/conservative/gc.o

2025-02-08 Thread sjames at gcc dot gnu.org via Gcc-bugs
le-host-pie --enable-host-bind-now --enable-default-ssp --disable-fixincludes --with-build-config=bootstrap-cet Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 15.0.1 20250208 (experimental) 5753f459444fa61a93d23325cd59467dc1838eef (Gento

[Bug target/118764] [avr] Add support for Compact Vector Table

2025-02-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118764 --- Comment #3 from GCC Commits --- The master branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:0c7109abf215975f4b30a696c15541184f75d637 commit r15-7446-g0c7109abf215975f4b30a696c15541184f75d637 Author: Georg-Johann Lay Dat

[Bug c++/98533] [12/13/14/15 Regression] ICE: 'verify_type' failed

2025-02-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98533 --- Comment #12 from Andrew Pinski --- *** Bug 118797 has been marked as a duplicate of this bug. ***

[Bug c++/118797] [15 Regression] ICE when building actiona-3.10.1 with -g (‘verify_type’ failed)

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

[Bug target/118800] [13 regression] aarch64 -mcpu=native ICEs since PR113257 backport

2025-02-08 Thread tnfchris at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118800 Tamar Christina changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug c++/118797] [15 Regression] ICE when building actiona-3.10.1 with -g (‘verify_type’ failed)

2025-02-08 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118797 Sam James changed: What|Removed |Added Target Milestone|--- |15.0 Keywords|lto

[Bug other/118797] [15 Regression] ICE; ‘verify_type’ failed

2025-02-08 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118797 --- Comment #3 from Sam James --- Created attachment 60429 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60429&action=edit multitextparameterdefinition.cpp.ii.xz $ g++ multitextparameterdefinition.cpp.ii -c -g

[Bug other/118797] [15 Regression] ICE; ‘verify_type’ failed

2025-02-08 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118797 --- Comment #2 from Sam James --- Nevermind, I got it. I forgot that some type verification is gated on -g.

[Bug other/118797] [15 Regression] ICE; ‘verify_type’ failed

2025-02-08 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118797 Sam James changed: What|Removed |Added Keywords||lto --- Comment #1 from Sam James --- I ca

[Bug target/118146] [14/15 Regression] ICE: in riscv_legitimize_move, at config/riscv/riscv.cc:3641 when reinterpreting short vector as _Float16

2025-02-08 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118146 Sam James changed: What|Removed |Added CC||sjames at gcc dot gnu.org --- Comment #3 fr

[Bug target/118146] [14/15 Regression] ICE: in riscv_legitimize_move, at config/riscv/riscv.cc:3641 when reinterpreting short vector as _Float16

2025-02-08 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118146 --- Comment #2 from Sam James --- This seems to show up when building coreutils-9.6.

[Bug c/118801] New: Excessive compile time with -g -O2 -fpeel-loops -fno-var-tracking

2025-02-08 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118801 Bug ID: 118801 Summary: Excessive compile time with -g -O2 -fpeel-loops -fno-var-tracking Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/107067] [OpenMP] ICE with metadirective block statements

2025-02-08 Thread sandra at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107067 sandra at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED Status|UNC

[Bug fortran/107067] [OpenMP] ICE with metadirective block statements

2025-02-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107067 --- Comment #4 from GCC Commits --- The master branch has been updated by Sandra Loosemore : https://gcc.gnu.org/g:5753f459444fa61a93d23325cd59467dc1838eef commit r15-7445-g5753f459444fa61a93d23325cd59467dc1838eef Author: Sandra Loosemore Dat

[Bug libgcc/118685] FreeBSD static executables segfault due to libgcc missing crtbeginT.o

2025-02-08 Thread gerald at pfeifer dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118685 Gerald Pfeifer changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug libgcc/118685] FreeBSD static executables segfault due to libgcc missing crtbeginT.o

2025-02-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118685 --- Comment #7 from GCC Commits --- The trunk branch has been updated by Gerald Pfeifer : https://gcc.gnu.org/g:06e5b0b4a244090abfea333d91fc5963292cb41d commit r15-7444-g06e5b0b4a244090abfea333d91fc5963292cb41d Author: Dimitry Andric Date:

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

2025-02-08 Thread thomas.petazzoni--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118280 --- Comment #15 from Thomas Petazzoni --- (In reply to Michael Eager from comment #14) > There is no reproducible test case in this bug report. A report that > buildroot has a build error is not a test case. I'm not sure how to provide a repro

[Bug c++/118798] Ambiguous mangling of NTTP pointers to polymorphic objects

2025-02-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118798 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/118800] [13 regression] aarch64 -mcpu=native ICEs since PR113257 backport

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

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

2025-02-08 Thread eager at eagercon dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118280 --- Comment #14 from Michael Eager --- There is no reproducible test case in this bug report. A report that buildroot has a build error is not a test case. Creating a patch which only addressed the build failure would be problematic: there wo

[Bug fortran/24878] subroutine getting called illegally as a function

2025-02-08 Thread tkoenig at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24878 Thomas Koenig changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org

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

2025-02-08 Thread thomas.petazzoni--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118280 --- Comment #13 from Thomas Petazzoni --- (In reply to Michael Eager from comment #12) > If you have a patch, please send it to gcc-patc...@gcc.gnu.org Hm, I'm sorry, but I don't have a patch. My previous comment should have said "Is there any

[Bug target/118800] New: [13.3.1 regression] aarch64 -mcpu=native ICEs since PR113257 backport

2025-02-08 Thread mikpelinux at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118800 Bug ID: 118800 Summary: [13.3.1 regression] aarch64 -mcpu=native ICEs since PR113257 backport Product: gcc Version: 13.3.1 Status: UNCONFIRMED Severity: normal

[Bug c++/118799] [15 Regression] [modules] error on typedefs in anonymous namespace

2025-02-08 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118799 Nathaniel Shead changed: What|Removed |Added Target Milestone|--- |15.0 Blocks|

[Bug c++/118799] New: [15 Regression] [modules] error on typedefs in anonymous namespace

2025-02-08 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118799 Bug ID: 118799 Summary: [15 Regression] [modules] error on typedefs in anonymous namespace Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal

[Bug c++/118798] New: Ambiguous mangling of NTTP pointers to polymorphic objects

2025-02-08 Thread marco.rubini08 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118798 Bug ID: 118798 Summary: Ambiguous mangling of NTTP pointers to polymorphic objects Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Pr

[Bug target/118772] BPF doesn't actually support effective-target 'exceptions'?

2025-02-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118772 --- Comment #2 from GCC Commits --- The trunk branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:e90276a4831553268f3dd4917d7b6ae9c08dbf0f commit r15-7440-ge90276a4831553268f3dd4917d7b6ae9c08dbf0f Author: Thomas Schwinge Date:

[Bug target/117991] [15 regression] RISC-V: g++/template/builtin-speculation-overloads[14].C assertion error since addition in r15-6042-g9ed094a817e

2025-02-08 Thread matmal01 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117991 --- Comment #2 from Matthew Malcomson --- (In reply to Jeffrey A. Law from comment #1) > Still occurring on the trunk. In my case I saw them in a native build & > test scenario. Ah -- apologies I missed when this was raised -- will look into t

[Bug fortran/100155] [12/13/14/15 Regression] ICE in gfc_conv_intrinsic_size, at fortran/trans-intrinsic.c:805

2025-02-08 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100155 Paul Thomas changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org

[Bug tree-optimization/108357] [13 Regression] Dead Code Elimination Regression at -O2 since r13-4607-g2dc5d6b1e7ec88

2025-02-08 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108357 Thomas Schwinge changed: What|Removed |Added CC||aoliva at gcc dot gnu.org,

[Bug other/118797] New: [15 Regression] ICE; ‘verify_type’ failed

2025-02-08 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118797 Bug ID: 118797 Summary: [15 Regression] ICE; ‘verify_type’ failed Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other

[Bug tree-optimization/118796] New: [15 Regression] ICE in copy_reference_ops_from_ref, at tree-ssa-sccvn.cc:1109

2025-02-08 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118796 Bug ID: 118796 Summary: [15 Regression] ICE in copy_reference_ops_from_ref, at tree-ssa-sccvn.cc:1109 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity:

[Bug rtl-optimization/118795] New: [15 Regression] ICE in expand_expr_real_2, at expr.cc:10975

2025-02-08 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118795 Bug ID: 118795 Summary: [15 Regression] ICE in expand_expr_real_2, at expr.cc:10975 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal P

[Bug ada/118782] internal compiler error with -gnatyc

2025-02-08 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118782 Eric Botcazou changed: What|Removed |Added Last reconfirmed||2025-02-08 Ever confirmed|0

[Bug tree-optimization/21485] [12/13/14/15 Regression] missed load PRE, PRE makes i?88/9/10/11/12 suck

2025-02-08 Thread tkoenig at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21485 --- Comment #77 from Thomas Koenig --- Just wondering... has this been fixed in the meantime?

[Bug target/47253] Conditional jump to tail function is not generated

2025-02-08 Thread janschultke at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47253 Jan Schultke changed: What|Removed |Added CC||janschultke at googlemail dot com --- Co

[Bug c++/118574] [15 regression] Crashes with coroutines in KDE Plasma

2025-02-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118574 --- Comment #7 from Jakub Jelinek --- (In reply to Sam James from comment #5) > Unfortunately, it looks like the fixes weren't enough and the crashes are > back when dropping -fno-range-for-ext-temps. Can you bisect to one TU using -f{,no-}rang

[Bug target/118776] [12/13/14 regression] ICE when building xvid-1.3.7 with LTO (extract_insn, at recog.cc:2882)

2025-02-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118776 Jakub Jelinek changed: What|Removed |Added Summary|[12/13/14/15 regression]|[12/13/14 regression] ICE

[Bug c++/118574] [15 regression] Crashes with coroutines in KDE Plasma

2025-02-08 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118574 --- Comment #6 from Iain Sandoe --- (In reply to Sam James from comment #5) > Unfortunately, it looks like the fixes weren't enough and the crashes are > back when dropping -fno-range-for-ext-temps. ack does https://gcc.gnu.org/bugzilla/show_b

[Bug target/118776] [12/13/14/15 regression] ICE when building xvid-1.3.7 with LTO (extract_insn, at recog.cc:2882)

2025-02-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118776 --- Comment #14 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:64d8ea056a5c339700118a412dea1c44a57acf55 commit r15-7437-g64d8ea056a5c339700118a412dea1c44a57acf55 Author: Jakub Jelinek Date: