public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/44959] [4.6 Regression] bootstrap failed at Comparing stages 2 and 3
Date: Sat, 01 Sep 2012 08:26:00 -0000	[thread overview]
Message-ID: <bug-44959-4-KqsnREQz9b@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-44959-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #31 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-09-01 08:26:32 UTC ---
I don't think bootstrap-debug.mk cannot be used for alpha OSF.

configure checks to see if it is possible:
    if echo "int f (void) { return 0; }" > conftest.c &&
       ${CC} -c conftest.c &&
       mv conftest.o conftest.o.g0 &&
       ${CC} -c -g conftest.c &&
       mv conftest.o conftest.o.g &&
       ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null
2>&1; then
      :

But this uses the original compiler and not GCC to do the test.
You should be able to do --without-build-config .


  parent reply	other threads:[~2012-09-01  8:26 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-44959-4@http.gcc.gnu.org/bugzilla/>
2010-11-14 12:01 ` [Bug bootstrap/44959] [4.5 " rguenth at gcc dot gnu.org
2010-12-15  1:53 ` htl10 at users dot sourceforge.net
2010-12-16 13:28 ` rguenth at gcc dot gnu.org
2010-12-17 12:22 ` htl10 at users dot sourceforge.net
2011-04-28 15:40 ` rguenth at gcc dot gnu.org
2011-04-30  7:17 ` htl10 at users dot sourceforge.net
2011-04-30 11:00 ` htl10 at users dot sourceforge.net
2011-07-19 12:27 ` ro at gcc dot gnu.org
2011-08-02 11:08 ` htl10 at users dot sourceforge.net
2011-08-02 11:11 ` ro at CeBiTec dot Uni-Bielefeld.DE
2011-08-03 15:30 ` htl10 at users dot sourceforge.net
2011-08-03 15:33 ` htl10 at users dot sourceforge.net
2011-08-05  5:39 ` htl10 at users dot sourceforge.net
2012-05-07  7:09 ` htl10 at users dot sourceforge.net
2012-05-07 10:28 ` htl10 at users dot sourceforge.net
2012-05-07 12:42 ` ro at CeBiTec dot Uni-Bielefeld.DE
2012-05-08 14:08 ` htl10 at users dot sourceforge.net
2012-05-08 14:09 ` htl10 at users dot sourceforge.net
2012-05-08 14:16 ` htl10 at users dot sourceforge.net
2012-05-08 14:28 ` htl10 at users dot sourceforge.net
2012-05-08 15:37 ` ro at CeBiTec dot Uni-Bielefeld.DE
2012-05-08 20:50 ` htl10 at users dot sourceforge.net
2012-07-02  9:44 ` [Bug bootstrap/44959] [4.6 " rguenth at gcc dot gnu.org
2012-08-30 14:05 ` htl10 at users dot sourceforge.net
2012-08-30 14:19 ` htl10 at users dot sourceforge.net
2012-08-30 14:57 ` htl10 at users dot sourceforge.net
2012-08-30 17:32 ` htl10 at users dot sourceforge.net
2012-09-01  2:53 ` htl10 at users dot sourceforge.net
2012-09-01  8:18 ` htl10 at users dot sourceforge.net
2012-09-01  8:26 ` pinskia at gcc dot gnu.org [this message]
2012-09-01 11:23 ` htl10 at users dot sourceforge.net
2012-09-14 13:43 ` ro at CeBiTec dot Uni-Bielefeld.DE
2012-09-14 13:44 ` ro at CeBiTec dot Uni-Bielefeld.DE
2012-09-14 13:49 ` ro at CeBiTec dot Uni-Bielefeld.DE
2012-09-14 13:52 ` ro at CeBiTec dot Uni-Bielefeld.DE
2012-09-14 13:54 ` ro at CeBiTec dot Uni-Bielefeld.DE
2012-09-14 14:43 ` htl10 at users dot sourceforge.net
2013-04-12 16:13 ` jakub at gcc dot gnu.org
2013-04-15 12:51 ` ro at CeBiTec dot Uni-Bielefeld.DE
2013-11-10  8:11 ` pinskia at gcc dot gnu.org
2013-12-30  4:26 ` htl10 at users dot sourceforge.net
2013-12-30  4:58 ` htl10 at users dot sourceforge.net
2014-01-03 11:10 ` ro at CeBiTec dot Uni-Bielefeld.DE

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-44959-4-KqsnREQz9b@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).