https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65193
--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> --- Author: rguenth Date: Fri Feb 27 11:34:14 2015 New Revision: 221054 URL: https://gcc.gnu.org/viewcvs?rev=221054&root=gcc&view=rev Log: 2015-02-27 Richard Biener <rguent...@suse.de> PR lto/65193 Backport from mainline 2014-07-24 Jan Hubicka <hubi...@ucw.cz> * lto-streamer-out.c (tree_is_indexable): Consider IMPORTED_DECL as non-indexable. * g++.dg/lto/pr65193_0.C: New testcase. Added: branches/gcc-4_8-branch/gcc/testsuite/g++.dg/lto/pr65193_0.C Modified: branches/gcc-4_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/lto-streamer-out.c branches/gcc-4_8-branch/gcc/testsuite/ChangeLog