mem: Make slicc generate some default methods explicitly.
authorGabe Black <gabeblack@google.com>
Thu, 30 Jan 2020 07:50:25 +0000 (23:50 -0800)
committerGabe Black <gabeblack@google.com>
Fri, 31 Jan 2020 09:03:42 +0000 (09:03 +0000)
commitd63743699b00647fc34f435ec9da41331baf9657
tree7550bb1bb1cb4a9ed593618f89e40fb18f4d285e
parent994c72948e32a6ee1052c1c2948b2a230b031ec8
mem: Make slicc generate some default methods explicitly.

Implicitly using the default copy constructor and assignment operator
is apparently deprecated, and gcc 9 will warn about it, breaking the
build.

Change-Id: Ida7a8a577e9d1cde9841eac7eee1af74563f1e27
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/24927
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Bradford Beckmann <brad.beckmann@amd.com>
Reviewed-by: John Alsop <johnathan.alsop@amd.com>
Maintainer: Bradford Beckmann <brad.beckmann@amd.com>
src/mem/slicc/symbols/Type.py