public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "howarth at nitro dot med.uc.edu" <gcc-bugzilla@gcc.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 18:33:00 -0000	[thread overview]
Message-ID: <bug-54642-4-325xjiTMp6@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-54642-4@http.gcc.gnu.org/bugzilla/>


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54642

--- Comment #11 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-09-21 18:33:14 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)


  parent reply	other threads:[~2012-09-21 18:33 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-20 15:37 [Bug bootstrap/54642] New: bootstrap broken using clang++ howarth at nitro dot med.uc.edu
2012-09-20 15:48 ` [Bug bootstrap/54642] " jakub at gcc dot gnu.org
2012-09-21  0:37 ` howarth at nitro dot med.uc.edu
2012-09-21  3:24 ` howarth at nitro dot med.uc.edu
2012-09-21  5:09 ` howarth at nitro dot med.uc.edu
2012-09-21 13:49 ` howarth at nitro dot med.uc.edu
2012-09-21 14:00 ` howarth at nitro dot med.uc.edu
2012-09-21 14:03 ` howarth at nitro dot med.uc.edu
2012-09-21 14:04 ` howarth at nitro dot med.uc.edu
2012-09-21 14:38 ` [Bug bootstrap/54642] bootstrap broken by r191466 " howarth at nitro dot med.uc.edu
2012-09-21 14:52 ` [Bug bootstrap/54642] [4.8 regression] make install broken by r191466 ebotcazou at gcc dot gnu.org
2012-09-21 18:33 ` howarth at nitro dot med.uc.edu [this message]
2012-09-21 19:22 ` howarth at nitro dot med.uc.edu
2012-09-21 19:31 ` ebotcazou at gcc dot gnu.org
2012-09-21 19:35 ` howarth at nitro dot med.uc.edu
2012-09-21 20:08 ` hjl at gcc dot gnu.org
2012-09-21 20:09 ` hjl.tools at gmail dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-54642-4-325xjiTMp6@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).