[Bug target/116883] Compile cpp code with rv32imafc_zve32f failed

2024-10-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116883 --- Comment #7 from GCC Commits --- The releases/gcc-14 branch has been updated by Li Xu : https://gcc.gnu.org/g:ab465ce3a948cf57a315ea5b0c71780def0c8425 commit r14-10802-gab465ce3a948cf57a315ea5b0c71780def0c8425 Author: Li Xu Date: Thu Oct

[Bug target/116883] Compile cpp code with rv32imafc_zve32f failed

2024-10-14 Thread fanghuaqi at vip dot qq.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116883 Huaqi changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/116883] Compile cpp code with rv32imafc_zve32f failed

2024-10-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116883 --- Comment #5 from GCC Commits --- The master branch has been updated by Jeff Law : https://gcc.gnu.org/g:fd8e590ff11266598d8f9b3d03d72ba7a6100512 commit r15-4240-gfd8e590ff11266598d8f9b3d03d72ba7a6100512 Author: Li Xu Date: Thu Oct 10 08:

[Bug target/116883] Compile cpp code with rv32imafc_zve32f failed

2024-10-08 Thread fanghuaqi at vip dot qq.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116883 --- Comment #4 from Huaqi --- (In reply to Li Pan from comment #3) > I think xuli is working on this issue. As you know, the first week of Oct is > the National Holiday. Ok, thanks, just confirm this issue is acked.

[Bug target/116883] Compile cpp code with rv32imafc_zve32f failed

2024-10-08 Thread pan2.li at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116883 --- Comment #3 from Li Pan --- I think xuli is working on this issue. As you know, the first week of Oct is the National Holiday.

[Bug target/116883] Compile cpp code with rv32imafc_zve32f failed

2024-10-08 Thread fanghuaqi at vip dot qq.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116883 --- Comment #2 from Huaqi --- Hi there, I tested with godbolt.org with latest gcc15(trunk), this issue still exists, and gcc14.2 still fail. /opt/compiler-explorer/riscv32/gcc-trunk-20241008/riscv32-unknown-linux-gnu/lib/gcc/riscv32-unknown-lin

[Bug target/116883] Compile cpp code with rv32imafc_zve32f failed

2024-09-28 Thread fanghuaqi at vip dot qq.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116883 --- Comment #1 from Huaqi --- but when I compile it by adding _zvl64b using command line riscv64-unknown-elf-gcc -march=rv32imafc_zve32f_zvl64b -mabi=ilp32f -c tmp.cpp it will not report any error