diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/lto/20081224_0.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/lto/20081224_0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/lto/20081224_0.c b/gcc/testsuite/gcc.dg/lto/20081224_0.c index 9c784fe29ff..d050e231238 100644 --- a/gcc/testsuite/gcc.dg/lto/20081224_0.c +++ b/gcc/testsuite/gcc.dg/lto/20081224_0.c @@ -1,5 +1,5 @@ /* { dg-lto-do link } */ -/* { dg-lto-options {{-fwhopr -r -nostdlib -fPIC}} } */ +/* { dg-lto-options {{-flto -flto-partition=1to1 -r -nostdlib -fPIC}} } */ #include "20081224_0.h" extern struct foo x; |