RISC-V: Support FP l/ll round and rint HF mode autovec
[official-gcc.git] / gcc / testsuite / gdc.dg / pr102185.d
blob39823a3c556f8e0639c32cf057ff508a56b4eb0f
1 // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102185
2 // { dg-do compile }
4 static assert(__traits(getTargetInfo, "floatAbi").length == 0 ||
5 __traits(getTargetInfo, "floatAbi") == "hard" ||
6 __traits(getTargetInfo, "floatAbi") == "soft" ||
7 __traits(getTargetInfo, "floatAbi") == "softfp");