From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3354 invoked by alias); 22 Nov 2009 00:51:22 -0000 Received: (qmail 3345 invoked by uid 22791); 22 Nov 2009 00:51:22 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 22 Nov 2009 00:50:05 +0000 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NC0eR-0000OF-LY for gcc@gcc.gnu.org; Sun, 22 Nov 2009 01:50:03 +0100 Received: from 85.93.118.17 ([85.93.118.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 Nov 2009 01:50:03 +0100 Received: from bonzini by 85.93.118.17 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 Nov 2009 01:50:03 +0100 To: gcc@gcc.gnu.org From: Paolo Bonzini Subject: Re: i370 port - constructing compile script Date: Sun, 22 Nov 2009 00:51:00 -0000 Message-ID: References: <200911131257.nADCvpjn024342@d12av02.megacenter.de.ibm.com> <3FAFF5DABCFE4E2481AF2B69337626F4@Paullaptop> <20091114104817.GI27368@gmx.de> <9E6ED228B5B54ABE8DDC726531C6884E@Paullaptop> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-3.9.b4.fc12 Lightning/1.0pre Thunderbird/3.0b4 In-Reply-To: <9E6ED228B5B54ABE8DDC726531C6884E@Paullaptop> X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-11/txt/msg00600.txt.bz2 On 11/14/2009 12:27 PM, Paul Edwards wrote: > > So what I have done is get the compiler to fail on any missing > prototype. I think perhaps we need to have a generic gcc or > autoconfigure option called "config by prototype". MVS is just > one instance where you might wish to do it this way. Other > ports in their infancy may not have working cross-assemblers > and linkers either. It worked out quite well. -Wimplicit -Werror? Paolo