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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111733
Soumya AR changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED