diff options
author | Erick Ochoa <erick.ochoa@theobroma-systems.com> | 2020-02-07 23:31:35 +0100 |
---|---|---|
committer | Erick Ochoa <erick.ochoa@theobroma-systems.com> | 2020-04-28 23:35:34 +0200 |
commit | 88691092b7da50d0392e2aebb4bcddd2f6c9cf6f (patch) | |
tree | b232f5c620f20223afed5c42a755c6afd7a341f5 /gcc/testsuite/gcc.dg | |
parent | 29fc79a943158385640bf4f47ea901c3085deb75 (diff) |
static variables
Diffstat (limited to 'gcc/testsuite/gcc.dg')
-rw-r--r-- | gcc/testsuite/gcc.dg/ipa/ipa-structreorg-46-static-0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/ipa/ipa-structreorg-46-static-0.c b/gcc/testsuite/gcc.dg/ipa/ipa-structreorg-46-static-0.c index 960241b5d6a..4c13adadd24 100644 --- a/gcc/testsuite/gcc.dg/ipa/ipa-structreorg-46-static-0.c +++ b/gcc/testsuite/gcc.dg/ipa/ipa-structreorg-46-static-0.c @@ -1,5 +1,5 @@ /* { dg-do run } */ -/* { dg-options "-flto -flto-partition=none -fipa-dead-field-eliminate -fdump-ipa-structure-reorg -fipa-typelist-field=nextout -fipa-typelist-struct=arc" } */ +/* { dg-options "-flto -flto-partition=none -fipa-dead-field-eliminate -fdump-ipa-structure-reorg -fipa-typelist-field=nextout -fipa-typelist-struct=arc -o ipa-structreorg-46-static-0.exe " } */ #include <assert.h> #include <stddef.h> |