| ... | @@ -4117,6 +4117,10 @@ static AstNode *trans_ap_value(Context *c, APValue *ap_value, QualType qt, const | ... | @@ -4117,6 +4117,10 @@ static AstNode *trans_ap_value(Context *c, APValue *ap_value, QualType qt, const |
| 4117 | rhs_node = trans_create_node_bin_op(c, filler_arr_1, BinOpTypeArrayMult, amt_node); | 4117 | rhs_node = trans_create_node_bin_op(c, filler_arr_1, BinOpTypeArrayMult, amt_node); |
| 4118 | } | 4118 | } |
| 4119 | | 4119 | |
| | 4120 | if (init_count == 0) { |
| | 4121 | return rhs_node; |
| | 4122 | } |
| | 4123 | |
| 4120 | return trans_create_node_bin_op(c, init_node, BinOpTypeArrayCat, rhs_node); | 4124 | return trans_create_node_bin_op(c, init_node, BinOpTypeArrayCat, rhs_node); |
| 4121 | } | 4125 | } |
| 4122 | case APValue::LValue: { | 4126 | case APValue::LValue: { |