From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4489 invoked by alias); 21 Dec 2005 19:38:56 -0000 Received: (qmail 4482 invoked by uid 48); 21 Dec 2005 19:38:55 -0000 Date: Wed, 21 Dec 2005 19:38:00 -0000 Message-ID: <20051221193855.4481.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/25521] change semantics of const volatile variables In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "drepper at redhat dot com" 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 X-SW-Source: 2005-12/txt/msg02261.txt.bz2 List-Id: ------- Comment #2 from drepper at redhat dot com 2005-12-21 19:38 ------- Using gcc's section attributes won't fully work either. Using __attribute((section(".rodata"))) is OK in the compiler, although the assembler (correctly) complaints. But what is really needed is __attribute((section(".rodata.cst8"))). This will cause gcc to fail with an ICE. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25521