From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. J. Lu" Date: Fri, 21 May 2004 18:15:58 +0000 Subject: Re: Can gcc 3.4 compile 2.6.6 kernel? Message-Id: <20040521181558.GA6683@lucon.org> List-Id: References: <20040521170820.GA5516@lucon.org> In-Reply-To: <20040521170820.GA5516@lucon.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org On Fri, May 21, 2004 at 11:09:52AM -0700, David Mosberger wrote: > >>>>> On Fri, 21 May 2004 10:08:20 -0700, "H. J. Lu" said: > > HJ> Has anyone tried to use gcc 3.4 to compile 2.6.6 kernel? I got many > HJ> dependency violation messages from assembler and > > HJ> mm/memory.c: In function `copy_page_range': > HJ> mm/memory.c:391: internal compiler error: in verify_local_live_at_start, at > HJ> flow.c:546 > HJ> Please submit a full bug report, > HJ> with preprocessed source if appropriate. > HJ> See for instructions. > > I have been using a pre-release version of 3.4 with good success. Can you show me your # gcc -v > I haven't had a need to switch to 3.4 final so far, so I haven't really > tried it. I filed a bug report http://gcc.gnu.org/bugzilla/show_bug.cgi?id569 H.J.