Fix statistic accounting for auto_vec and auto_bitmap
authorRichard Biener <rguenther@suse.de>
Mon, 1 Feb 2021 14:41:19 +0000 (15:41 +0100)
committerRichard Biener <rguenther@suse.de>
Mon, 1 Feb 2021 15:51:29 +0000 (16:51 +0100)
commitd7bd009ab00412eaa60719d38b947d3df5c69b02
tree6f1c3dd7c7661c3767aa81633b306beaa6389ee7
parentc2f8e378d64f65645e5f9c41a8221ca102c71208
Fix statistic accounting for auto_vec and auto_bitmap

This fixes accounting issues with using auto_vec and auto_bitmap
for -fmem-report.

2021-02-01  Richard Biener  <rguenther@suse.de>

* vec.h (auto_vec::auto_vec): Add memory stat parameters
and pass them on.
* bitmap.h (auto_bitmap::auto_bitmap): Likewise.
gcc/bitmap.h
gcc/vec.h