aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiopt.cc
diff options
context:
space:
mode:
authorAndrew Pinski <quic_apinski@quicinc.com>2024-09-13 20:17:15 -0700
committerAndrew Pinski <quic_apinski@quicinc.com>2024-09-14 22:51:14 -0700
commitd2f10fc934c3a425cf31979b1cf41fdc0f57c6d6 (patch)
tree8ec40df8cf1d6583f9cab312c36d68f96317a895 /gcc/tree-ssa-phiopt.cc
parente07fbc9d38389cffcfdd49d9c837f29424f0b008 (diff)
downloadgcc-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-ssa-phiopt.cc')
0 files changed, 0 insertions, 0 deletions