From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26814 invoked by alias); 7 Oct 2010 12:35:30 -0000 Received: (qmail 26709 invoked by uid 22791); 7 Oct 2010 12:35:29 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-wy0-f175.google.com (HELO mail-wy0-f175.google.com) (74.125.82.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 Oct 2010 12:35:25 +0000 Received: by wyf28 with SMTP id 28so573wyf.20 for ; Thu, 07 Oct 2010 05:35:23 -0700 (PDT) Received: by 10.227.128.82 with SMTP id j18mr777679wbs.36.1286454441473; Thu, 07 Oct 2010 05:27:21 -0700 (PDT) Received: from [192.168.0.2] (chp150.enscp.fr [193.51.253.150]) by mx.google.com with ESMTPS id h29sm1836055wbc.9.2010.10.07.05.27.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 07 Oct 2010 05:27:20 -0700 (PDT) Subject: Re: [patch] Separate {OS,CPU}_CPP_BUILTINS macros into C-family and language-independent macros Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: FX In-Reply-To: Date: Thu, 07 Oct 2010 12:46:00 -0000 Cc: gcc-patches@gcc.gnu.org, gfortran List Content-Transfer-Encoding: quoted-printable Message-ID: <3F7CA321-DFFC-4CF5-9950-C25A1CF14822@gmail.com> References: <4D88077B-3233-4D15-94E6-13BE58D29AD5@gmail.com> To: Rainer Orth Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2010-10/txt/msg00580.txt.bz2 Message-ID: <20101007124600.YYPz2xZrG1pbqnYeXzUkqR2rZmRE2SpxqsTBDY6vf7s@z> >> -- alpha-dec-osf5.1 fails to build mips-tfile.o >=20 > I'll have a look, but the mips-tfile.o failure (known problem, cf. PR > target/3746) shouldn't matter: mips-tfile is only used to introduce > debug info into object files (not possible with the native as, and gas > doesn't currently work on Tru64 UNIX). Simpy build cc1 and test that. OK, I've ignored the error and the build proceeded; it gives a working cc1,= with correct built-in macros. FX