fix get-loop_hot_path with gcc 4.8.5
authorTrevor Saunders <tbsaunde@tbsaunde.org>
Thu, 17 Jun 2021 15:10:15 +0000 (11:10 -0400)
committerTrevor Saunders <tbsaunde@tbsaunde.org>
Thu, 17 Jun 2021 15:12:30 +0000 (11:12 -0400)
commitcaeb8892a556a4a634641c7613fec957359dbd49
tree8ce2d80e6d55040f87fed4cb2c1df30ee0cd66c2
parent7ba8725fc35c88d8e049ffd6b3e206b747588419
fix get-loop_hot_path with gcc 4.8.5

gcc/ChangeLog:

* cfgloopanal.c (get_loop_hot_path): Make path an auto_vec.
gcc/cfgloopanal.c