From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22997 invoked by alias); 27 Dec 2012 17:27:53 -0000 Received: (qmail 22979 invoked by uid 22791); 27 Dec 2012 17:27:52 -0000 X-SWARE-Spam-Status: No, hits=-5.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mga14.intel.com (HELO mga14.intel.com) (143.182.124.37) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 Dec 2012 17:27:44 +0000 Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga102.ch.intel.com with ESMTP; 27 Dec 2012 09:27:43 -0800 X-ExtLoop1: 1 Received: from fmsmsx108.amr.corp.intel.com ([10.19.9.228]) by AZSMGA002.ch.intel.com with ESMTP; 27 Dec 2012 09:27:42 -0800 Received: from fmsmsx153.amr.corp.intel.com (10.19.17.7) by FMSMSX108.amr.corp.intel.com (10.19.9.228) with Microsoft SMTP Server (TLS) id 14.1.355.2; Thu, 27 Dec 2012 09:27:42 -0800 Received: from fmsmsx102.amr.corp.intel.com ([169.254.2.26]) by FMSMSX153.amr.corp.intel.com ([169.254.11.130]) with mapi id 14.01.0355.002; Thu, 27 Dec 2012 09:27:42 -0800 From: "Iyer, Balaji V" To: tanle , "gcc@gcc.gnu.org" , "gcc-help@gcc.gnu.org" Subject: RE: Internal Compiler Error Date: Thu, 27 Dec 2012 17:27:00 -0000 Message-ID: References: <50D8865D.806@gmail.com> In-Reply-To: <50D8865D.806@gmail.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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/msg00141.txt.bz2 The best way to handle this issue is to submit a bugzilla bug-request with = a small test case that will replicate the internal error. Thanks, Balaji V. Iyer. > -----Original Message----- > From: gcc-owner@gcc.gnu.org [mailto:gcc-owner@gcc.gnu.org] On Behalf Of > tanle > Sent: Monday, December 24, 2012 11:44 AM > To: gcc@gcc.gnu.org; gcc-help@gcc.gnu.org > Subject: Internal Compiler Error >=20 > Could you explain for you about "Internal Compiler Error"? > I am building the Linux kernel for microbalze (Atlys Board), there are so= me 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 >=20 > Best Regards > TanLe