From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25086 invoked by alias); 19 Feb 2002 18:46:08 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 25015 invoked by uid 71); 19 Feb 2002 18:46:05 -0000 Date: Tue, 19 Feb 2002 10:56:00 -0000 Message-ID: <20020219184604.25007.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Zack Weinberg Subject: Re: other/5718: Inconsistent and backwards incompatible handling of '-o' switch. Reply-To: Zack Weinberg X-SW-Source: 2002-02/txt/msg00479.txt.bz2 List-Id: The following reply was made to PR other/5718; it has been noted by GNATS. From: Zack Weinberg To: Neil Booth Cc: Nathan Sidwell , gcc-gnats@gcc.gnu.org, osv@javad.ru, gcc-patches@gcc.gnu.org Subject: Re: other/5718: Inconsistent and backwards incompatible handling of '-o' switch. Date: Tue, 19 Feb 2002 10:36:28 -0800 On Mon, Feb 18, 2002 at 10:17:33PM +0000, Neil Booth wrote: > Zack / Nathan, > > I'd appreciate it if you would have a careful look at the attached patch, > which I hope fixes this PR. It's an attempt to fix the issue of "MD > -E -o file" specificying the preprocessed output file, but "MD -c -o > file" specifying the output object file. This is what 2.95 appears to > have done. This seems to be the right thing, or at least a step in the right direction. zw