From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1912 invoked by alias); 18 Nov 2012 19:32:24 -0000 Received: (qmail 1902 invoked by uid 22791); 18 Nov 2012 19:32:23 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.fgznet.ch (HELO smtp.fgznet.ch) (81.92.96.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 18 Nov 2012 19:32:19 +0000 Received: from deuterium.andreas.nets (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id qAIJWEY0072742; Sun, 18 Nov 2012 20:32:16 +0100 (CET) (envelope-from andreast-list@fgznet.ch) Message-ID: <50A937BE.2010704@fgznet.ch> Date: Sun, 18 Nov 2012 19:32:00 -0000 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: Hans-Peter Nilsson CC: Diego Novillo , gcc-patches@gcc.gnu.org Subject: Re: VEC re-write [patch 01/25] References: <20121115215319.AE4ACC0916@torture.tor.corp.google.com> <50A92813.5010907@fgznet.ch> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2012-11/txt/msg01512.txt.bz2 On 18.11.12 20:11, Hans-Peter Nilsson wrote: > On Sun, 18 Nov 2012, Andreas Tobler wrote: >> Is there a minimum gcc to bootstrap current trunk? >> I currently fail to bootstrap trunk with a 4.2.1 gcc, but a 4.6 >> succeeds. > > A gcc-4.1.2 has worked for me in the past, before this recent > vec.h change. I think that's the minimum version reportedly > working. Up to 193594 a 4.2.1 did it fine on most of my platforms. But with 193595 it seems that I have to use a more recent gcc to bootstrap. Andreas