From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11940 invoked by alias); 14 Sep 2010 08:30:14 -0000 Received: (qmail 11928 invoked by uid 22791); 14 Sep 2010 08:30:13 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-ww0-f51.google.com (HELO mail-ww0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Sep 2010 08:30:08 +0000 Received: by wwb22 with SMTP id 22so8060771wwb.8 for ; Tue, 14 Sep 2010 01:30:06 -0700 (PDT) Received: by 10.216.232.90 with SMTP id m68mr5405675weq.10.1284453006205; Tue, 14 Sep 2010 01:30:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.156.16 with HTTP; Tue, 14 Sep 2010 01:29:46 -0700 (PDT) In-Reply-To: References: <20100906031709.04CF5E8583@people1.fedoraproject.org> <4C850008.1050106@wippies.com> From: "Dennis, CHENG Renquan" Date: Tue, 14 Sep 2010 14:01:00 -0000 Message-ID: Subject: Re: on how to compile gcc-4.6 correctly? To: Laurynas Biveinis Cc: Kai Ruottu , gcc@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2010-09/txt/msg00271.txt.bz2 For anyone could succeed compiling gcc-4.6, could you paste a correct ggc_alloc_cleared_lang_type macro ? just run this grep command under your build directory, gcc-4.6-build$ grep -RsInw ggc_alloc_cleared_lang_type gcc/ gcc/gtype-desc.h:2451:#define ggc_alloc_cleared_lang_type() ((struct lang_type *)(ggc_internal_cleared_alloc_stat (sizeof (struct lang_type) MEM_STAT_INFO))) thanks,