summaryrefslogtreecommitdiff
path: root/gcc_arm/testsuite/gcc.c-torture/unsorted/call386.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/unsorted/call386.c')
-rwxr-xr-xgcc_arm/testsuite/gcc.c-torture/unsorted/call386.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/unsorted/call386.c b/gcc_arm/testsuite/gcc.c-torture/unsorted/call386.c
new file mode 100755
index 0000000..1849893
--- /dev/null
+++ b/gcc_arm/testsuite/gcc.c-torture/unsorted/call386.c
@@ -0,0 +1,20 @@
+
+foo () {}
+
+main ()
+{
+ int i;
+ for (i = 100000; i >= 0; i--)
+ {
+ foo ();
+ foo ();
+ foo ();
+ foo ();
+ foo ();
+ foo ();
+ foo ();
+ foo ();
+ foo ();
+ foo ();
+ }
+}