aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBin Cheng <bin.cheng@arm.com>2014-02-20 10:41:03 +0000
committerBin Cheng <amker@gcc.gnu.org>2014-02-20 10:41:03 +0000
commit8c4d420528baa5e14f0519efd658240e8ad3961c (patch)
treef96bce78d37b16024d6a11d7947944d9384cff4f
parent25fe40b0f2eb747003f2d83831abcc9585bc30e9 (diff)
downloadgcc-8c4d420528baa5e14f0519efd658240e8ad3961c.zip
gcc-8c4d420528baa5e14f0519efd658240e8ad3961c.tar.gz
gcc-8c4d420528baa5e14f0519efd658240e8ad3961c.tar.bz2
crossmodule-indircall-1.c: Return 0 for execution test case.
* gcc.dg/tree-prof/crossmodule-indircall-1.c: Return 0 for execution test case. From-SVN: r207939
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/tree-prof/crossmodule-indircall-1.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 0b8de78..fb0ffc1 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2014-02-20 Bin Cheng <bin.cheng@arm.com>
+
+ * gcc.dg/tree-prof/crossmodule-indircall-1.c: Return 0
+ for execution test case.
+
2014-02-20 Jan Hubicka <hubicka@ucw.cz>
PR ipa/58555
diff --git a/gcc/testsuite/gcc.dg/tree-prof/crossmodule-indircall-1.c b/gcc/testsuite/gcc.dg/tree-prof/crossmodule-indircall-1.c
index 3021425..67a76c9 100644
--- a/gcc/testsuite/gcc.dg/tree-prof/crossmodule-indircall-1.c
+++ b/gcc/testsuite/gcc.dg/tree-prof/crossmodule-indircall-1.c
@@ -16,4 +16,6 @@ main()
p[i%2](2);
if (a != 1000)
abort ();
+
+ return 0;
}