From f2025db26336923025b2845caff04c0b3d6d90e1 Mon Sep 17 00:00:00 2001 From: Janis Johnson Date: Tue, 15 Nov 2005 01:18:45 +0000 Subject: [PATCH] re PR testsuite/24841 (dg-require compilation-test trigged on test with additional-sources barfs) PR testsuite/24841 * gcc.dg/attr-weakref-1.c: Rearrange test directives. From-SVN: r106923 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/attr-weakref-1.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index dca9979d410..ba2ffa26801 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-11-14 Janis Johnson + + PR testsuite/24841 + * gcc.dg/attr-weakref-1.c: Rearrange test directives. + 2005-11-14 Dale Johannesen * gcc.c-torture/execute/20051113-1.c: New. diff --git a/gcc/testsuite/gcc.dg/attr-weakref-1.c b/gcc/testsuite/gcc.dg/attr-weakref-1.c index 317f519f224..c47ce1e569b 100644 --- a/gcc/testsuite/gcc.dg/attr-weakref-1.c +++ b/gcc/testsuite/gcc.dg/attr-weakref-1.c @@ -1,7 +1,7 @@ // { dg-do run } -// { dg-additional-sources " attr-weakref-1a.c" } // { dg-require-weak "" } // { dg-options "-O2" } +// { dg-additional-sources "attr-weakref-1a.c" } // Copyright 2005 Free Software Foundation, Inc. // Contributed by Alexandre Oliva