diff options
Diffstat (limited to 'gcc/target-def.h')
-rw-r--r-- | gcc/target-def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/target-def.h b/gcc/target-def.h index d03b039..79fe8e2 100644 --- a/gcc/target-def.h +++ b/gcc/target-def.h @@ -129,7 +129,7 @@ #define TARGET_GNU_ATTRIBUTES(NAME, ...) \ static const attribute_spec NAME##_2[] = __VA_ARGS__; \ - static const scoped_attribute_specs NAME##_1 = { "gnu", NAME##_2 }; \ + static const scoped_attribute_specs NAME##_1 = { "gnu", { NAME##_2 } }; \ static const scoped_attribute_specs *const NAME[] = { &NAME##_1 } #include "target-hooks-def.h" |