* g++.dg/other/datasec1.C: Require named section support.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Dec 2007 19:45:41 +0000 (19:45 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Dec 2007 19:45:41 +0000 (19:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130958 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 89c0228..ee443e3 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 28dab01..c6b2ae9 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;