From 50cfd44e5d1ed01d1c641da81ffe3974afa373f7 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Fri, 27 Mar 2015 10:03:15 +0100 Subject: [PATCH] lto-streamer.h (class lto_location_cache): Turn loc_cache into auto_vec. * lto-streamer.h (class lto_location_cache): Turn loc_cache into auto_vec. From-SVN: r221722 --- gcc/ChangeLog | 5 +++++ gcc/lto-streamer.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 240a2c9f70d..e014dd89e32 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-03-26 Jan Hubicka + + * lto-streamer.h (class lto_location_cache): Turn loc_cache into + auto_vec. + 2015-03-26 Jan Hubicka PR lto/65536 diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index bf17efe470a..b383631a747 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -354,7 +354,7 @@ private: /* The location cache. */ - vec loc_cache; + auto_vec loc_cache; /* Accepted entries are ones used by trees that are known to be not unified by tree merging. */ -- 2.30.2