diff options
author | Richard Biener <rguenther@suse.de> | 2024-01-18 13:04:17 +0100 |
---|---|---|
committer | Richard Biener <rguenther@suse.de> | 2024-01-18 14:13:03 +0100 |
commit | 5b421c2a5b429fcebd7ee6444a5677633df0f28a (patch) | |
tree | e366013981a89689a850aaf48b556ad1f11e900e /gcc/sched-int.h | |
parent | f2872e00f61a5a333fa22e651d37d3b2035ac41f (diff) | |
download | gcc-5b421c2a5b429fcebd7ee6444a5677633df0f28a.zip gcc-5b421c2a5b429fcebd7ee6444a5677633df0f28a.tar.gz gcc-5b421c2a5b429fcebd7ee6444a5677633df0f28a.tar.bz2 |
Fix memory leak in vectorizable_store
The following fixes a memory leak in vectorizable_store which happens
because the functions populating gvec_oprnds[i] will call .create ()
on the incoming vector, leaking what we've previously allocated.
* tree-vect-stmts.cc (vectorizable_store): Do not allocate
storage for gvec_oprnds elements.
Diffstat (limited to 'gcc/sched-int.h')
0 files changed, 0 insertions, 0 deletions