X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.c-torture%2Funsorted%2Fdbl_parm.c;fp=gcc%2Ftestsuite%2Fgcc.c-torture%2Funsorted%2Fdbl_parm.c;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=ce5ba4f16d5f9a94df32b729f2dacf332da60317;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/gcc.c-torture/unsorted/dbl_parm.c b/gcc/testsuite/gcc.c-torture/unsorted/dbl_parm.c deleted file mode 100644 index ce5ba4f1..00000000 --- a/gcc/testsuite/gcc.c-torture/unsorted/dbl_parm.c +++ /dev/null @@ -1,10 +0,0 @@ -foo (a, b, c) - double a; - int b; - double c; -{ - if (b) - return a + c; - else - return a - c; -}