C++: Correct repeated initializers downgrade script compatibility to full.

This commit is contained in:
Alexandre Boulgakov
2023-03-31 16:57:35 +01:00
parent e593f0f7b3
commit ddd44b4c13

View File

@@ -1,4 +1,4 @@
description: Revert support for repeated initializers, which are allowed in C with designated initializers.
compatibility: backwards
compatibility: full
aggregate_field_init.rel: reorder aggregate_field_init.rel (int aggregate, int initializer, int field, int position) aggregate initializer field
aggregate_array_init.rel: reorder aggregate_array_init.rel (int aggregate, int initializer, int element_index, int position) aggregate initializer element_index