]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix modref_transform ICE with more than 32 parameters.
authorJan Hubicka <jh@suse.cz>
Sat, 10 Oct 2020 20:01:17 +0000 (22:01 +0200)
committerJan Hubicka <jh@suse.cz>
Sat, 10 Oct 2020 20:01:17 +0000 (22:01 +0200)
commit5d2cedaaa39bf1920e698e93d8fc460021aabc6d
treef56dc11d27d24059d690d0feb00df9adbc6e5f74
parent6a6c85f4e11fe8160dcb3942fc00664da4a98717
Fix modref_transform ICE with more than 32 parameters.

* ipa-modref.c (modref_transform): Use reserve instead of safe_grow.
gcc/ipa-modref.c