All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Dhaval Giani <dhaval@linux.vnet.ibm.com>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	lkml <linux-kernel@vger.kernel.org>,
	Jeremy Fitzhardinge <jeremy@goop.org>,
	"H. Peter Anvin" <hpa@zytor.com>
Subject: Re: Current git fails to compile
Date: Fri, 18 Jul 2008 11:14:41 +0200	[thread overview]
Message-ID: <20080718091441.GR6875@elte.hu> (raw)
In-Reply-To: <20080718075340.GC16453@linux.vnet.ibm.com>


* Dhaval Giani <dhaval@linux.vnet.ibm.com> wrote:

> Hi Ingo, Thomas,
> 
> Today's git fails to compile for me with
> (5b664cb235e97afbf34db9c4d77f08ebd725335e)
> 
> arch/x86/mm/pgtable.c: In function `pgd_mop_up_pmds':
> arch/x86/mm/pgtable.c:194: warning: unused variable `pmd'
> arch/x86/mm/pgtable.c: In function `pgd_prepopulate_pmd':
> arch/x86/mm/pgtable.c:222: internal compiler error: in remove_insn, at
> emit-rtl.c:3829
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
> Preprocessed source stored into /tmp/ccJG8rDB.out file, please attach
> this to your bugreport.
> make[1]: *** [arch/x86/mm/pgtable.o] Error 1
> make: *** [arch/x86/mm] Error 2
> [root@llm11 linux-2.6]# 
> 
> [root@llm11 linux-2.6]# gcc -v
> Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.4/specs
> Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
> --infodir=/usr/share/info --enable-shared --enable-threads=posix
> --disable-checking --with-system-zlib --enable-__cxa_atexit
> --disable-libunwind-exceptions --enable-java-awt=gtk
> --host=i386-redhat-linux
> Thread model: posix
> gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
> [root@llm11 linux-2.6]# 

so old-gcc crapped up.

Any chance you could try something like:

  git-bisect good v2.6.26
  git-bisect bad linus/master
  git-bisect run make arch/x86/mm/pgtable.o

... if we know which change caused this maybe we can work this gcc bug 
around.

	Ingo

  reply	other threads:[~2008-07-18  9:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-18  7:53 Current git fails to compile Dhaval Giani
2008-07-18  9:14 ` Ingo Molnar [this message]
2008-07-18 13:41   ` Dhaval Giani
2008-07-18 14:33     ` Jeremy Fitzhardinge

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=20080718091441.GR6875@elte.hu \
    --to=mingo@elte.hu \
    --cc=dhaval@linux.vnet.ibm.com \
    --cc=hpa@zytor.com \
    --cc=jeremy@goop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.