aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/other/first-global.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.dg/other/first-global.C')
-rw-r--r--gcc/testsuite/g++.dg/other/first-global.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.dg/other/first-global.C b/gcc/testsuite/g++.dg/other/first-global.C
index b50f3266b5d..81e7a96e2e0 100644
--- a/gcc/testsuite/g++.dg/other/first-global.C
+++ b/gcc/testsuite/g++.dg/other/first-global.C
@@ -1,4 +1,6 @@
/* { dg-do compile } */
+/* { dg-options "-fpie" { target *-*-darwin* } } */
/* { dg-final { scan-assembler "_GLOBAL__I_foobar" } } */
+
struct foo { foo (); };
foo foobar;