]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
datasec1.C: Require named section support.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sat, 15 Dec 2007 19:45:41 +0000 (19:45 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 15 Dec 2007 19:45:41 +0000 (19:45 +0000)
* g++.dg/other/datasec1.C: Require named section support.

From-SVN: r130958

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/datasec1.C

index 89c022855490f55f1de926acd57722012afcae09..ee443e372715451d019d341a2000d28d0c092449 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * g++.dg/other/datasec1.C: Require named section support.
+
 2007-12-14  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/29978
index 28dab019f71becb6eea89e60c632d40fa29afb99..c6b2ae9815c7a5160d9eb055f77277333bfa26f6 100644 (file)
@@ -1,5 +1,6 @@
 // PR target/33168
 // { dg-do compile }
+// { dg-require-effective-target named_sections }
 // { dg-options "-O2 -fdata-sections" }
 
 extern const int& foo;