From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11105 invoked by alias); 20 Jul 2010 14:34:34 -0000 Received: (qmail 11041 invoked by uid 48); 20 Jul 2010 14:34:15 -0000 Date: Tue, 20 Jul 2010 14:34:00 -0000 Message-ID: <20100720143415.11040.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/26262] Named section support should infer segment name In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "iains at gcc dot gnu dot org" 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: 2010-07/txt/msg02081.txt.bz2 ------- Comment #4 from iains at gcc dot gnu dot org 2010-07-20 14:34 ------- having said that, isn't this just a problem of bad source code? if the target is darwin - then the section name should be specified appropriately surely? I guess filling it in automatically would be possible, by some kind of back-end manipulation if we detect that DECL_SECTION_NAME is set and the string is invalid.. ... but it seems a bit breakable (for example, if we get darwin working with gas...) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26262