[Bug tree-optimization/109693] trivial: unused private field
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed May 3 09:18:09 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109693
--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <marxin@gcc.gnu.org>:
https://gcc.gnu.org/g:348788b19f55ce3a614b5c1ca6d2c46e0605e6b2
commit r14-420-g348788b19f55ce3a614b5c1ca6d2c46e0605e6b2
Author: Martin Liska <mliska@suse.cz>
Date: Wed May 3 11:16:30 2023 +0200
clang warning: warning: private field 'm_gc' is not used
[-Wunused-private-field]
PR tree-optimization/109693
gcc/ChangeLog:
* value-range-storage.cc (vrange_allocator::vrange_allocator):
Remove unused field.
* value-range-storage.h: Likewise.
More information about the Gcc-bugs
mailing list