From 50cfd44e5d1ed01d1c641da81ffe3974afa373f7 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Fri, 27 Mar 2015 10:03:15 +0100 Subject: 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(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 240a2c9..e014dd8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 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 * lto-streamer.h (class lto_location_cache): New. (struct data_in): Add location_cache. diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index bf17efe..b383631 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. */ -- cgit v1.1