From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23753 invoked by alias); 27 Jan 2012 05:37:53 -0000 Received: (qmail 23298 invoked by uid 22791); 27 Jan 2012 05:37:51 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,GARBLED_SUBJECT,SARE_HEAD_8BIT_SPAM,SARE_SUB_ENC_UTF8 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 Jan 2012 05:37:39 +0000 From: "zeratul976 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/51852] [regression] [c++11] tree check: expected tree_list,=?UTF-8?Q?=20have=20H=C3=9F=C3=A8M=C3=95=C3=BE=C3=BF=C3=B8tx=C3=B8ts=C3=B8?= Date: Fri, 27 Jan 2012 07:05:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: GC X-Bugzilla-Severity: normal X-Bugzilla-Who: zeratul976 at hotmail dot com X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-01/txt/msg03082.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51852 --- Comment #14 from Nathan Ridge 2012-01-27 05:37:21 UTC --- (In reply to comment #13) > One thing to do is to use --param ggc-min-expand=1 --param ggc-min-heapsize=1 > and try to reduce it from there. And then when you get down use 0's instead of > 1. That should help with GC issues. The error goes away when I add those options! Is that expected?