-57adb928c3cc61ac8fa47554394670a1c455afc2
+0d6b3abcbfe04949db947081651a503ceb12fe6e
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.
std::string asm_name(go_selectively_encode_id(zname));
Bvariable* zvar =
gogo->backend()->implicit_variable(zname, asm_name,
- barray_type, false, true, true,
- Map_type::zero_value_align);
+ barray_type, false, false, true,
+ Map_type::zero_value_align);
gogo->backend()->implicit_variable_set_init(zvar, zname, barray_type,
- false, true, true, NULL);
+ false, false, true, NULL);
return zvar;
}