From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9687 invoked by alias); 8 Jul 2006 15:57:09 -0000 Received: (qmail 9678 invoked by uid 22791); 8 Jul 2006 15:57:08 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.12) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 08 Jul 2006 15:57:06 +0000 Received: from brian.corp.google.com (brian.corp.google.com [172.24.0.122]) by smtp-out.google.com with ESMTP id k68FuoEF023455; Sat, 8 Jul 2006 08:56:50 -0700 Received: from smtp.google.com (baraddur.corp.google.com [192.168.15.228]) by brian.corp.google.com with ESMTP id k68Ful4b010538 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 8 Jul 2006 08:56:47 -0700 Received: from localhost.localdomain.google.com (adsl-71-133-8-30.dsl.pltn13.pacbell.net [71.133.8.30]) (authenticated bits=0) by smtp.google.com (8.13.7/8.13.6) with ESMTP id k68Fuffw010412 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 8 Jul 2006 08:56:45 -0700 To: tprince@myrealbox.com Cc: gcc-help@gcc.gnu.org Subject: Re: deprecated conversion from string constant to 'char *' References: <1152307019.c7e15c3ctprince@myrealbox.com> <44AF1111.9020000@sbcglobal.net> From: Ian Lance Taylor Date: Sat, 08 Jul 2006 15:57:00 -0000 In-Reply-To: <44AF1111.9020000@sbcglobal.net> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-07/txt/msg00083.txt.bz2 Tim Prince writes: > The example you made up is good enough. Let me try this again. In my example, in which I showed precisely what commands I executed, the compiler worked as you want it to. It issued a warning, had an exit status of 0, and created an object file. If you want gcc to be fixed, you need to show an example just like mine: show the source code, show the command line, show the compiler output, show the exit status, show whether there is a .o file. That is what I have been asking you to do. Perhaps it would help if you read http://gcc.gnu.org/bugs.html Ian