[Bug target/118377] ICE when using C division operator with svint8 and svint16

2025-01-13 Thread soumyaa at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118377 --- Comment #2 from Soumya AR --- Related: Using the C division operator with svfloat ICEs with g++ but not gcc. Testcase: #include svfloat16_t foo(svfloat16_t x) { return x / 4; } Backtrace: test2.cpp: In function ‘svfloat16_t foo(svfloat

[Bug middle-end/118377] New: [15 Regression] ICE when using C division operator with svint8 and svint16

2025-01-08 Thread soumyaa at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118377 Bug ID: 118377 Summary: [15 Regression] ICE when using C division operator with svint8 and svint16 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: nor

[Bug target/111733] Emit inline SVE FSCALE instruction for ldexp

2024-11-12 Thread soumyaa at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111733 Soumya AR changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED