From 536c44e5e9612dc161e3da9d9f3f30e134e8242f Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Fri, 29 Apr 2016 06:03:42 -0700 Subject: delete test suite --- gcc/testsuite/gcc.c-torture/unsorted/call386.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 gcc/testsuite/gcc.c-torture/unsorted/call386.c (limited to 'gcc/testsuite/gcc.c-torture/unsorted/call386.c') diff --git a/gcc/testsuite/gcc.c-torture/unsorted/call386.c b/gcc/testsuite/gcc.c-torture/unsorted/call386.c deleted file mode 100755 index 1849893..0000000 --- a/gcc/testsuite/gcc.c-torture/unsorted/call386.c +++ /dev/null @@ -1,20 +0,0 @@ - -foo () {} - -main () -{ - int i; - for (i = 100000; i >= 0; i--) - { - foo (); - foo (); - foo (); - foo (); - foo (); - foo (); - foo (); - foo (); - foo (); - foo (); - } -} -- cgit v1.2.3