[Bug lto/45375] [meta-bug] Issues with building Mozilla (i.e. Firefox) with LTO
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 27 07:16:29 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375
--- Comment #224 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:7f5c0f328eced560a204bb8e3eae0d45795dd235
commit r11-2338-g7f5c0f328eced560a204bb8e3eae0d45795dd235
Author: Martin Liska <mliska@suse.cz>
Date: Fri Jul 24 14:33:27 2020 +0200
Use vec::reserve before vec_safe_grow_cleared is called
gcc/ChangeLog:
PR lto/45375
* symbol-summary.h: Call vec_safe_reserve before grow is called
in order to grow to a reasonable size.
* vec.h (vec_safe_reserve): Add missing function for vl_ptr
type.
More information about the Gcc-bugs
mailing list