aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/riscv/pr110748-2.c
blob: dda3bd1f1d1d680ca5046e62af622d60ec3f5ec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
void znd(double *d)
{
	*d = -0.0;
}

#if 0
void znf(float *f)
{
	*f = -0.0;
}
#endif