AArch64: Fix initializer for array so it's a C initializer instead of C++.
authorTamar Christina <tamar.christina@arm.com>
Thu, 7 Feb 2019 11:05:22 +0000 (11:05 +0000)
committerTamar Christina <tnfchris@gcc.gnu.org>
Thu, 7 Feb 2019 11:05:22 +0000 (11:05 +0000)
commit5eb9ac1e272c9bcdc17dd0b7d4707e70021a4483
treeefac27d67d83e0471501d76af1e859e1a72efe3c
parent4fcb52c4ef09d1b0f9f7afeb60ccf040cfaa1262
AArch64: Fix initializer for array so it's a C initializer instead of C++.

This fixes a missing = that would cause the array initializer to be a C++
initializer instead of a C one, causing a warning when building with pre-C++11
standards compiler.

Committed under the GCC obvious rules.

gcc/ChangeLog:

* config/aarch64/aarch64-builtins.c (aarch64_fcmla_lane_builtin_data):
Make it a C initializer.

From-SVN: r268614
gcc/ChangeLog
gcc/config/aarch64/aarch64-builtins.c