From: Alexandre Oliva Date: Thu, 10 Nov 2005 20:44:02 +0000 (+0000) Subject: attr-weakref-1.c: Add exit (0) to avoid spurious failures. X-Git-Tag: releases/gcc-4.1.0~939 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f4b73288dd35d516ff8a3b2b5ba19715beaaace;p=thirdparty%2Fgcc.git 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 --- 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); }