From 5f4b73288dd35d516ff8a3b2b5ba19715beaaace Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 10 Nov 2005 20:44:02 +0000 Subject: [PATCH] attr-weakref-1.c: Add exit (0) to avoid spurious failures. * gcc.dg/attr-weakref-1.c: Add exit (0) to avoid spurious failures. From-SVN: r106750 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/attr-weakref-1.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7d3254f58b49..2a845c376da5 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-11-10 Alexandre Oliva + + * gcc.dg/attr-weakref-1.c: Add exit (0) to avoid spurious + failures. + 2005-11-10 Eric Botcazou * gcc.dg/sparc-getcontext-1.c: New test. diff --git a/gcc/testsuite/gcc.dg/attr-weakref-1.c b/gcc/testsuite/gcc.dg/attr-weakref-1.c index df58be96c135..317f519f224f 100644 --- a/gcc/testsuite/gcc.dg/attr-weakref-1.c +++ b/gcc/testsuite/gcc.dg/attr-weakref-1.c @@ -223,4 +223,6 @@ int main () { chk (!&wf12); chk (!&wf13); chk (!&Wf14a); + + exit (0); }