diff --git a/gcc/ipa-icf.h b/gcc/ipa-icf.h index 9f21a2018fc..4b4d4924512 100644 --- a/gcc/ipa-icf.h +++ b/gcc/ipa-icf.h @@ -372,7 +372,7 @@ public: hashval_t gcode_hash; /* Vector of subpart of memory access types. */ - vec memory_access_types; + auto_vec memory_access_types; /* Total number of SSA names used in the function. */ unsigned ssa_names_size;