From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114550 invoked by alias); 26 Oct 2015 01:36:43 -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 114537 invoked by uid 48); 26 Oct 2015 01:36:39 -0000 From: "chrisb2244 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/68092] [possibly concepts] ICE: symtab_node::verify failed. Overloaded function by concept requires Date: Mon, 26 Oct 2015 01:36: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-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: chrisb2244 at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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: 2015-10/txt/msg02087.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68092 --- Comment #5 from Christian Butcher --- Comment 2 has the wrong error (previous testcase with cout statements) Correct error: class.cpp:13:26: error: Two symbols with same comdat_group are not linked by the same_comdat_group list. template class myClass<1>; ^ _ZNK7myClassILm1EE3fooEv/493 (int myClass::foo() const [with long unsigned int N = 1ul]) @0x7f9a42be1b80 Type: function definition analyzed Visibility: forced_by_abi public weak comdat_group:_ZNK7myClassILm1EE3fooEv one_only previous sharing asm name: 492 References: Referring: First run: 0 Function flags: body Called by: Calls: _ZNKSt6vectorIiSaIiEEixEm/803 (1.00 per call) _ZNK7myClassILm1EE3fooEv/492 (int myClass::foo() const requires predicate((ConceptTest)()) [with long unsigned int N = 1ul]) @0x7f9a42be1a10 Type: function definition analyzed Visibility: forced_by_abi public weak comdat_group:_ZNK7myClassILm1EE3fooEv one_only next sharing asm name: 493 References: Referring: First run: 0 Function flags: body Called by: Calls: _ZNKSt6vectorIiSaIiEEixEm/803 (1.00 per call) class.cpp:13:26: internal compiler error: symtab_node::verify failed 0x904339 symtab_node::verify_symtab_nodes() ../../gcc-svn-sources/gcc/symtab.c:1126 0x9169f5 symbol_table::compile() ../../gcc-svn-sources/gcc/cgraphunit.c:2377 0x919687 symbol_table::compile() ../../gcc-svn-sources/gcc/cgraphunit.c:2536 0x919687 symbol_table::finalize_compilation_unit() ../../gcc-svn-sources/gcc/cgraphunit.c:2562 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions.