[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 10:33:19 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375
--- Comment #225 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Martin Liska
<marxin@gcc.gnu.org>:
https://gcc.gnu.org/g:f93ce9ea23e1806ccf9d8cd1640fc14596f54be8
commit r10-8537-gf93ce9ea23e1806ccf9d8cd1640fc14596f54be8
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.
(cherry picked from commit 7f5c0f328eced560a204bb8e3eae0d45795dd235)
More information about the Gcc-bugs
mailing list