From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6969 invoked by alias); 7 May 2003 18:36:36 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 6947 invoked from network); 7 May 2003 18:36:35 -0000 Received: from unknown (HELO doubledemon.codesourcery.com) (66.60.148.227) by sources.redhat.com with SMTP; 7 May 2003 18:36:35 -0000 Received: from doubledemon.codesourcery.com (doubledemon.codesourcery.com [127.0.0.1]) by doubledemon.codesourcery.com (8.12.8/8.12.8) with ESMTP id h47IaF9X005662; Wed, 7 May 2003 11:36:15 -0700 Subject: Re: GCC 3.3 Prelease broken on s390 From: Mark Mitchell To: Jonathan Lennox Cc: Ulrich Weigand , rth@redhat.com, gcc@gcc.gnu.org In-Reply-To: <16057.20671.359116.173240@grandcentral.cs.columbia.edu> References: <1052322820.23765.5.camel@minax.codesourcery.com> <200305071702.TAA11631@faui11.informatik.uni-erlangen.de> <16057.19998.953827.939691@grandcentral.cs.columbia.edu> <1052332067.23765.89.camel@minax.codesourcery.com> <16057.20671.359116.173240@grandcentral.cs.columbia.edu> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 07 May 2003 18:36:00 -0000 Message-Id: <1052332576.5621.1.camel@doubledemon.codesourcery.com> Mime-Version: 1.0 X-SW-Source: 2003-05/txt/msg00680.txt.bz2 On Wed, 2003-05-07 at 11:30, Jonathan Lennox wrote: > On , May 7 2003, "Mark Mitchell" wrote to "Jonathan Lennox, Ulrich Weigand, rth@redhat.com, gcc@gcc.gnu.org" saying: > > > On Wed, 2003-05-07 at 11:19, Jonathan Lennox wrote: > > > Doesn't __s390__ indicate the build system, not the target? > > > > Yes, but this code is built with the new GCC, so I think that will work > > our correctly. > > What about cross-compilers to s390, or built on it? They will set __s390__ if they are cross compilers to __s390__, and will not set it if they are not, so all will be well. And, in fact, even were this broken it would not be too bad -- it's not like s390 is one of our most-used platforms. The goal here is to get a minimally intrusive patch that makes it possible for s390 people to use GCC 3.3. -- Mark Mitchell CodeSourcery, LLC mark@codesourcery.com