From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10285 invoked by alias); 24 Nov 2006 15:31:54 -0000 Received: (qmail 10276 invoked by uid 22791); 24 Nov 2006 15:31:53 -0000 X-Spam-Check-By: sourceware.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 24 Nov 2006 15:31:49 +0000 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.13.8/8.13.8) with ESMTP id kAOFViOM018888; Fri, 24 Nov 2006 09:31:45 -0600 In-Reply-To: <17766.62615.8515.653880@zebedee.pink> References: <9ee2fe770611240126t47803b82gc733ae0e7d61b746@mail.gmail.com> <17766.49617.952075.116206@zebedee.pink> <9ee2fe770611240214vc69d03eg7493ab05b913077a@mail.gmail.com> <17766.50893.613365.742603@zebedee.pink> <9ee2fe770611240221g1ba97a3axd591b89267b960b1@mail.gmail.com> <17766.51276.179245.1953@zebedee.pink> <9ee2fe770611240230i4cc7a449ra280da3dfacd3674@mail.gmail.com> <17766.52089.676318.750296@zebedee.pink> <9ee2fe770611240316p30920d39nb1d28dde53936ea0@mail.gmail.com> <17766.55298.207344.163962@zebedee.pink> <9ee2fe770611240340sb6907f9k9e21d0814d71475b@mail.gmail.com> <17766.62615.8515.653880@zebedee.pink> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit Cc: kanishk rastogi , MSX to GCC From: Segher Boessenkool Subject: Re: Problem with the string Date: Fri, 24 Nov 2006 15:31:00 -0000 To: Andrew Haley X-Mailer: Apple Mail (2.623) X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-11/txt/msg00289.txt.bz2 > Well, I'm about to give up, but I'll ask one last question. You see, > the question you're asking doesn't make any sense. No correct C or > C++ can possibly be affected by whether literal strings are in > writable memory or not, so your request is utterly baffling. Some really ancient (pre-ISO C) code requires it. Older GCC versions had a -fwritable-strings option for this. Your suggestion to fix the code is of course the right way to go :-) Segher