From 1e727acd80126d4ee746c0b0e2bf245c701898b7 Mon Sep 17 00:00:00 2001 From: amker Date: Thu, 20 Feb 2014 10:41:03 +0000 Subject: [PATCH] * gcc.dg/tree-prof/crossmodule-indircall-1.c: Return 0 for execution test case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207939 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 0b8de7804b7..fb0ffc170e2 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 3021425893f..67a76c9f1eb 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; } -- 2.11.4.GIT