diff options
author | Tamar Christina <tamar.christina@arm.com> | 2019-02-07 11:05:22 +0000 |
---|---|---|
committer | Tamar Christina <tnfchris@gcc.gnu.org> | 2019-02-07 11:05:22 +0000 |
commit | 5eb9ac1e272c9bcdc17dd0b7d4707e70021a4483 (patch) | |
tree | efac27d67d83e0471501d76af1e859e1a72efe3c /gcc/tree-vectorizer.c | |
parent | 4fcb52c4ef09d1b0f9f7afeb60ccf040cfaa1262 (diff) | |
download | gcc-5eb9ac1e272c9bcdc17dd0b7d4707e70021a4483.zip gcc-5eb9ac1e272c9bcdc17dd0b7d4707e70021a4483.tar.gz gcc-5eb9ac1e272c9bcdc17dd0b7d4707e70021a4483.tar.bz2 |
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
Diffstat (limited to 'gcc/tree-vectorizer.c')
0 files changed, 0 insertions, 0 deletions