From 8c4d420528baa5e14f0519efd658240e8ad3961c Mon Sep 17 00:00:00 2001 From: Bin Cheng Date: Thu, 20 Feb 2014 10:41:03 +0000 Subject: 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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/tree-prof/crossmodule-indircall-1.c | 2 ++ 2 files changed, 7 insertions(+) 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 + + * gcc.dg/tree-prof/crossmodule-indircall-1.c: Return 0 + for execution test case. + 2014-02-20 Jan Hubicka 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; } -- cgit v1.1