From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7673 invoked by alias); 24 Dec 2012 18:19:12 -0000 Received: (qmail 7657 invoked by uid 22791); 24 Dec 2012 18:19:10 -0000 X-SWARE-Spam-Status: No, hits=-7.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 24 Dec 2012 18:19:00 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qBOIJ0OI020674 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 24 Dec 2012 13:19:00 -0500 Received: from zebedee.pink (ovpn-113-23.phx2.redhat.com [10.3.113.23]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id qBOIIwol028752; Mon, 24 Dec 2012 13:18:59 -0500 Message-ID: <50D89C92.4030603@redhat.com> Date: Mon, 24 Dec 2012 18:19:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1 MIME-Version: 1.0 To: tanle CC: gcc-help@gcc.gnu.org Subject: Re: Internal Compiler Error References: <50D8865D.806@gmail.com> In-Reply-To: <50D8865D.806@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2012-12/txt/msg00135.txt.bz2 Please son't cross-post to gcc and gcc-help. On 12/24/2012 04:44 PM, tanle wrote: > Could you explain for you about "Internal Compiler Error"? > I am building the Linux kernel for microbalze (Atlys Board), there are > some errors as: > fs/ext2/super.c: In function 'ext2_fill_super': > fs/ext2/super.c:1144:1: internal compiler error: in reload, at > reload1.c:1059 > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > make[2]: *** [fs/ext2/super.o] Error 1 > make[1]: *** [fs/ext2] Error 2 > make: *** [fs] Error 2 > I use gcc version 4.6.1 It's a bug in the compiler. If you report it, someone might fix it. Andrew.