datasec1.C: Require named section support.

* g++.dg/other/datasec1.C: Require named section support.

From-SVN: r130958
This commit is contained in:
John David Anglin 2007-12-15 19:45:41 +00:00 committed by John David Anglin
parent 0c8efed8c4
commit 4b516b14ba
2 changed files with 5 additions and 0 deletions

View 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

View 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;