Another memory leak in vectorizable_store
commitd190a5553a1a8e8c279f96a998a5343fdd3feb8b
authorRichard Biener <rguenther@suse.de>
Thu, 18 Jan 2024 13:55:49 +0000 (18 14:55 +0100)
committerRichard Biener <rguenther@suse.de>
Thu, 18 Jan 2024 15:07:34 +0000 (18 16:07 +0100)
treeb5bfebe59d8430920d4baaf98d787d82a30f7343
parent569ebd6bdd45cb5f90634c93e9623d96928b4fce
Another memory leak in vectorizable_store

Similar to the last one.

* tree-vect-stmts.cc (vectorizable_store): Do not pre-allocate
operands vector.
gcc/tree-vect-stmts.cc