diff options
author | Andrew Pinski <quic_apinski@quicinc.com> | 2024-09-13 20:17:15 -0700 |
---|---|---|
committer | Andrew Pinski <quic_apinski@quicinc.com> | 2024-09-14 22:51:14 -0700 |
commit | d2f10fc934c3a425cf31979b1cf41fdc0f57c6d6 (patch) | |
tree | 8ec40df8cf1d6583f9cab312c36d68f96317a895 /gcc/tree-vect-loop.cc | |
parent | e07fbc9d38389cffcfdd49d9c837f29424f0b008 (diff) | |
download | gcc-d2f10fc934c3a425cf31979b1cf41fdc0f57c6d6.zip gcc-d2f10fc934c3a425cf31979b1cf41fdc0f57c6d6.tar.gz gcc-d2f10fc934c3a425cf31979b1cf41fdc0f57c6d6.tar.bz2 |
Mark the copy/move constructor/operator= of auto_bitmap as delete
Since we are written in C++11, these should be marked as delete rather
than just private.
Bootstrapped and tested on x86_64-linux-gnu.
gcc/ChangeLog:
* bitmap.h (class auto_bitmap): Mark copy/move constructor/operator=
as deleted.
Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
Diffstat (limited to 'gcc/tree-vect-loop.cc')
0 files changed, 0 insertions, 0 deletions