diff options
author | Richard Biener <rguenther@suse.de> | 2024-04-05 10:16:41 +0200 |
---|---|---|
committer | Richard Biener <rguenther@suse.de> | 2024-04-05 11:13:21 +0200 |
commit | 9ab8fdfeef5b1a47b358e08a98177b2fad65fed9 (patch) | |
tree | 729324d0c850707109c6c4e73ccfeb9df9813c08 /gcc/tree-vect-loop.cc | |
parent | effd947fcc2bbe0dfbc7d470eab4bc65bd9b46c8 (diff) | |
download | gcc-9ab8fdfeef5b1a47b358e08a98177b2fad65fed9.zip gcc-9ab8fdfeef5b1a47b358e08a98177b2fad65fed9.tar.gz gcc-9ab8fdfeef5b1a47b358e08a98177b2fad65fed9.tar.bz2 |
middle-end/114599 - fix bitmap allocation for check_ifunc_callee_symtab_nodes
There's no default bitmap obstack during global CTORs, so allocate the
bitmap locally.
PR middle-end/114599
PR gcov-profile/114115
* symtab.cc (ifunc_ref_map): Do not use auto_bitmap.
(is_caller_ifunc_resolver): Optimize bitmap_bit_p/bitmap_set_bit
pair.
(symtab_node::check_ifunc_callee_symtab_nodes): Properly
allocate ifunc_ref_map here.
Diffstat (limited to 'gcc/tree-vect-loop.cc')
0 files changed, 0 insertions, 0 deletions