From 090ae821ce8a075e13ebf47c04e4e2781c295283 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 12 Feb 2019 13:56:50 -0800 Subject: Fix nested arrays We need to traverse the type hierarchy from inside to out to calculate size/alignment of arrays. --- tests/nested-array.c | 1 + tests/nested-array.qbe | 1 + 2 files changed, 2 insertions(+) create mode 100644 tests/nested-array.c create mode 100644 tests/nested-array.qbe (limited to 'tests') diff --git a/tests/nested-array.c b/tests/nested-array.c new file mode 100644 index 0000000..3c62258 --- /dev/null +++ b/tests/nested-array.c @@ -0,0 +1 @@ +int x[2][3]; \ No newline at end of file diff --git a/tests/nested-array.qbe b/tests/nested-array.qbe new file mode 100644 index 0000000..cfc6bed --- /dev/null +++ b/tests/nested-array.qbe @@ -0,0 +1 @@ +export data $x = align 4 { z 24 } -- cgit v1.2.3