diff options
| author | Michael Matz <matz@suse.de> | 2016-07-31 06:18:45 +0200 |
|---|---|---|
| committer | Michael Matz <matz@suse.de> | 2016-12-15 17:47:09 +0100 |
| commit | 7bf323843ee2f59bcbdaa8e5dd7b060a2df4ea4d (patch) | |
| tree | 9be1e61872b69e254171f92c358a6bc7fbe33cc0 /tests/tests2/86-struct-init.expect | |
| parent | ed7d54651d2ef33dd6f644f23ba2fa64706e84db (diff) | |
| download | tinycc-7bf323843ee2f59bcbdaa8e5dd7b060a2df4ea4d.tar.gz tinycc-7bf323843ee2f59bcbdaa8e5dd7b060a2df4ea4d.tar.bz2 | |
struct-init: Cleanup
Remove dead code and variables. Properly check for unions when
skipping fields in initializers. Make tests2/*.expect depend
on the .c files so they are automatically rebuilt when the latter
change.
Diffstat (limited to 'tests/tests2/86-struct-init.expect')
| -rw-r--r-- | tests/tests2/86-struct-init.expect | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests2/86-struct-init.expect b/tests/tests2/86-struct-init.expect index 221048f..6ae60e0 100644 --- a/tests/tests2/86-struct-init.expect +++ b/tests/tests2/86-struct-init.expect @@ -12,6 +12,7 @@ gv2: 7 8 9 a 68 69 68 69 0 0 0 0 0 0 0 0 0 0 0 0 2f 30 gv3: 7 8 9 a 68 6f 68 6f 0 0 0 0 0 0 0 0 0 0 0 0 31 32 sinit16: 1 0 0 0 2 0 0 0 gw: 1 2 3 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +gsu: 5 6 ls: 1 2 3 4 ls2: 1 2 3 4 lt: 68 65 6c 6c 6f 0 0 0 0 0 0 0 0 0 0 0 2a |
