Compound literals are currently not expanded. This is fixed by these 2 patches. Luc Van Oostenryck (2): expand: add test for expansion of compound literals expand: add missing expansion of compound literals evaluate.c | 1 + expand.c | 8 ++++++++ validation/expand/compound-literal.c | 26 ++++++++++++++++++++++++++ validation/linear/compound-literal02.c | 1 - 4 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 validation/expand/compound-literal.c -- 2.20.0