From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17116 invoked by alias); 21 Sep 2012 19:31:11 -0000 Received: (qmail 17010 invoked by uid 48); 21 Sep 2012 19:30:35 -0000 From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/54642] [4.8 regression] make install broken by r191466 Date: Fri, 21 Sep 2012 19:31:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-09/txt/msg01739.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54642 --- Comment #13 from Eric Botcazou 2012-09-21 19:30:34 UTC --- > Seems like this could be due to the change.... > > * lto-symtab.c: Do not include gt-lto-symtab.h. > > so I would think we need this change as well, no? > > Index: gcc/Makefile.in > =================================================================== > --- gcc/Makefile.in (revision 191617) > +++ gcc/Makefile.in (working copy) > @@ -2156,7 +2156,7 @@ lto-section-out.o : lto-section-out.c $( > $(DATA_STREAMER_H) > lto-symtab.o: lto-symtab.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ > $(TREE_H) $(GIMPLE_H) $(GGC_H) $(HASHTAB_H) \ > - $(LTO_STREAMER_H) $(LINKER_PLUGIN_API_H) gt-lto-symtab.h > + $(LTO_STREAMER_H) $(LINKER_PLUGIN_API_H) > lto-opts.o: lto-opts.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TREE_H) \ > $(HASHTAB_H) $(GGC_H) $(BITMAP_H) $(FLAGS_H) $(OPTS_H) $(OPTIONS_H) \ > $(COMMON_TARGET_H) $(DIAGNOSTIC_H) $(LTO_STREAMER_H) Good catch! Please install it as obvious if not already done.