aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/mips/pr45074.c
blob: 129467fb02286dcc9ab9d38e0354584358065806 (plain)
1
2
3
4
5
6
7
8
/* { dg-options "-mhard-float -mgp32" } */
register double g __asm__("$f20");

NOMIPS16 void
test (double a)
{
  g = -a;
}