diff options
author | Erick Ochoa <erick.ochoa@theobroma-systems.com> | 2020-01-29 00:58:18 +0100 |
---|---|---|
committer | Erick Ochoa <erick.ochoa@theobroma-systems.com> | 2020-04-28 23:35:28 +0200 |
commit | 6aa35d05d060a7a115d456d27f0aa829718562ea (patch) | |
tree | f2918e87611785d40624968f5b8ba6d5a34bb428 /gcc/testsuite/gcc.dg | |
parent | 7de5a2c3a641d295da46d99a668812dfa85635a7 (diff) |
nested structs yeah
Diffstat (limited to 'gcc/testsuite/gcc.dg')
-rw-r--r-- | gcc/testsuite/gcc.dg/ipa/ipa-structreorg-33-nested-struct-0.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.dg/ipa/ipa-structreorg-33-nested-struct-0.c b/gcc/testsuite/gcc.dg/ipa/ipa-structreorg-33-nested-struct-0.c index 3721a5a778d..b42abe5c79f 100644 --- a/gcc/testsuite/gcc.dg/ipa/ipa-structreorg-33-nested-struct-0.c +++ b/gcc/testsuite/gcc.dg/ipa/ipa-structreorg-33-nested-struct-0.c @@ -11,6 +11,10 @@ main() -/* { dg-final { scan-wpa-ipa-dump "offset,astruct_s.reorg,a,0" "typelist" } } */ -/* { dg-final { scan-wpa-ipa-dump "offset,astruct_s.reorg,c,1" "typelist" } } */ -/* { dg-final { scan-wpa-ipa-dump "offset,astruct_s.reorg,d,2" "typelist" } } */ +/* { dg-final { scan-wpa-ipa-dump " offset,astruct_s.reorg,a,0" "typelist" } } */ +/* { dg-final { scan-wpa-ipa-dump " offset,astruct_s.reorg,c,1" "typelist" } } */ +/* { dg-final { scan-wpa-ipa-dump " offset,astruct_s.reorg,d,2" "typelist" } } */ +/* { dg-final { scan-wpa-ipa-dump " offset,outerstruct_s.reorg,a,0" "typelist" } } */ +/* { dg-final { scan-wpa-ipa-dump " offset,outerstruct_s.reorg,b,3" "typelist" } } */ +/* { dg-final { scan-wpa-ipa-dump " offset,outerstruct_s.reorg,c,6" "typelist" } } */ +/* { dg-final { scan-wpa-ipa-dump " offset,outerstruct_s.reorg,d,9" "typelist" } } */ |