From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20675 invoked by alias); 31 Mar 2005 08:16:37 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 20424 invoked by uid 48); 31 Mar 2005 08:16:11 -0000 Date: Thu, 31 Mar 2005 08:16:00 -0000 Message-ID: <20050331081611.20423.qmail@sourceware.org> From: "ebotcazou at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030507200600.10670.berndtrog@yahoo.com> References: <20030507200600.10670.berndtrog@yahoo.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug ada/10670] 'section' Machine_Attribute directive ignored X-Bugzilla-Reason: CC X-SW-Source: 2005-03/txt/msg03535.txt.bz2 List-Id: ------- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-03-31 08:16 ------- 'section' is not a machine attribute, it's an attribute of C-like languages. The compiler is correct in rejecting it. Use pragma Linker_Section instead. -- What |Removed |Added ---------------------------------------------------------------------------- CC| |ebotcazou at gcc dot gnu dot | |org Status|NEW |RESOLVED Keywords|wrong-code | Resolution| |INVALID Summary|gcc ignors 'pragma |'section' Machine_Attribute |Machine_Attribute' directive|directive ignored http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10670