From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8111 invoked by alias); 11 May 2012 01:22:55 -0000 Received: (qmail 8100 invoked by uid 22791); 11 May 2012 01:22:54 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED 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, 11 May 2012 01:22:41 +0000 From: "h.seki.95 at azbil dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/16625] Discarded Linkonce sections in .rodata Date: Fri, 11 May 2012 01:34: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: link-failure X-Bugzilla-Severity: normal X-Bugzilla-Who: h.seki.95 at azbil dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.1.0 X-Bugzilla-Changed-Fields: CC 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-05/txt/msg01172.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16625 h.seki.95 at azbil dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |h.seki.95 at azbil dot com --- Comment #52 from h.seki.95 at azbil dot com 2012-05-11 01:21:12 UTC --- (In reply to comment #51) It still needs the following: --- gcc/config.in.comdat 2004-05-05 08:23:28.000000000 -0700 +++ gcc/config.in 2004-05-05 08:40:11.000000000 -0700 @@ -252,6 +252,9 @@ /* Define if your assembler supports .balign and .p2align. */ #undef HAVE_GAS_BALIGN_AND_P2ALIGN +/* Define 0/1 if your assembler supports COMDAT group. */ +#undef HAVE_GAS_COMDAT_GROUP + /* Define if your assembler uses the new HImode fild and fist notation. */ #undef HAVE_GAS_FILDS_FISTS (from http://gcc.gnu.org/ml/gcc/2004-05/txt00003.txt)