aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer
diff options
context:
space:
mode:
authorAndrea Corallo <andrea.corallo@arm.com>2019-04-08 12:59:24 +0000
committerRichard Earnshaw <rearnsha@gcc.gnu.org>2019-04-08 12:59:24 +0000
commit450dd8b3ab7c4c2a83ed891347f980913c5dde3f (patch)
tree32a2f613d61e9e7237f8d80343c5f9314c8b2138 /libsanitizer
parent0d0f212a51c1601659483e102183a75f76a2bc72 (diff)
downloadgcc-450dd8b3ab7c4c2a83ed891347f980913c5dde3f.zip
gcc-450dd8b3ab7c4c2a83ed891347f980913c5dde3f.tar.gz
gcc-450dd8b3ab7c4c2a83ed891347f980913c5dde3f.tar.bz2
The fma_forest, fma_root_node and func_fma_steering classes lack a copy constructor.
The fma_forest, fma_root_node and func_fma_steering classes lack a copy constructor. However, they contain pointers to allocated memory so this omission can be regarded as poor style. We don't need to copy such objects, so declare the copy constructor private to inhibit accidental copying. 2019-04-08 Andrea Corallo <andrea.corallo@arm.com> PR target/83033 * config/aarch64/cortex-a57-fma-steering.c (fma_forest): Prohibit copy construction. (fma_root_node): Likewise. (func_fma_steering): Likewise. From-SVN: r270207
Diffstat (limited to 'libsanitizer')
0 files changed, 0 insertions, 0 deletions