datasec1.C: Require named section support.
* g++.dg/other/datasec1.C: Require named section support. From-SVN: r130958
This commit is contained in:
parent
0c8efed8c4
commit
4b516b14ba
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue