From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19907 invoked by alias); 16 Dec 2013 17:42:17 -0000 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 Received: (qmail 19868 invoked by uid 48); 16 Dec 2013 17:42:13 -0000 From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/59436] FAIL: 17_intro/headers/c++200x/stdc++.cc (test for excess errors) Date: Mon, 16 Dec 2013 17:42:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-12/txt/msg01405.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59436 --- Comment #9 from Jakub Jelinek --- Note this must be PCH related, can't reproduce it without PCH even with --param ggc-min-expand=0 --param ggc-min-heapsize=0. Unfortunately I only reproduce it two i686 builds ago and don't remember the exact revision and what patches I had applied back then, so all I can see is that in the PCH file there is some TEMPLATE_DECL with it's decl_non_common.arguments set to error_mark_node when it ought to be TREE_LIST. So, if somebody can reproduce it right now with their current tree, it would be nice to debug where during PCH writing the bad value was stored and if it came from already by that time bogus TEMPLATE_DECL, or if it got broken during the PCH writing.