aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2005-12-12 16:42:35 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2005-12-12 16:42:35 +0000
commitffb99c1eba5ccc1ac92b08e3f387f801afca968c (patch)
tree4a72f437fb72f24fb8330a83c798e94a94f0072d
parent36569397edc59ef5ccefbf4c0d70deff54102afd (diff)
downloadgcc-ffb99c1eba5ccc1ac92b08e3f387f801afca968c.zip
gcc-ffb99c1eba5ccc1ac92b08e3f387f801afca968c.tar.gz
gcc-ffb99c1eba5ccc1ac92b08e3f387f801afca968c.tar.bz2
re PR testsuite/25167 (FAIL: gcc.dg/weak/weak-14.c)
PR testsuite/25167 PR testsuite/24478 * gcc.dg/weak/weak-14.c: Add dg-require-alias. From-SVN: r108416
-rw-r--r--gcc/testsuite/ChangeLog6
-rw-r--r--gcc/testsuite/gcc.dg/weak/weak-14.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 6e5aad0..aadd099 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ PR testsuite/25167
+ PR testsuite/24478
+ * gcc.dg/weak/weak-14.c: Add dg-require-alias.
+
2005-12-12 Mark Mitchell <mark@codesourcery.com>
PR c++/25300
diff --git a/gcc/testsuite/gcc.dg/weak/weak-14.c b/gcc/testsuite/gcc.dg/weak/weak-14.c
index fa15624..33c7933 100644
--- a/gcc/testsuite/gcc.dg/weak/weak-14.c
+++ b/gcc/testsuite/gcc.dg/weak/weak-14.c
@@ -1,5 +1,6 @@
// { dg-do run }
// { dg-require-weak "" }
+// { dg-require-alias "" }
// { dg-options "-O2 -fno-common" }
// Copyright 2005 Free Software Foundation, Inc.