From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10354 invoked by alias); 16 Nov 2007 16:24:58 -0000 Received: (qmail 10345 invoked by uid 22791); 16 Nov 2007 16:24:58 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 16 Nov 2007 16:24:55 +0000 Received: from zps75.corp.google.com (zps75.corp.google.com [172.25.146.75]) by smtp-out.google.com with ESMTP id lAGGOjK3007011 for ; Fri, 16 Nov 2007 08:24:45 -0800 Received: from py-out-1112.google.com (pygy63.prod.google.com [10.34.226.63]) by zps75.corp.google.com with ESMTP id lAGGOT0b025234 for ; Fri, 16 Nov 2007 08:24:44 -0800 Received: by py-out-1112.google.com with SMTP id y63so4152513pyg for ; Fri, 16 Nov 2007 08:24:44 -0800 (PST) Received: by 10.65.213.4 with SMTP id p4mr4531874qbq.1195230284160; Fri, 16 Nov 2007 08:24:44 -0800 (PST) Received: from legolas.novillo.homelinux.org ( [99.229.48.247]) by mx.google.com with ESMTPS id c6sm2122637qbc.2007.11.16.08.24.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 16 Nov 2007 08:24:42 -0800 (PST) Message-ID: <473DC449.5070600@google.com> Date: Fri, 16 Nov 2007 16:58:00 -0000 From: Diego Novillo User-Agent: Thunderbird 2.0.0.5 (X11/20070727) MIME-Version: 1.0 To: Ian Lance Taylor CC: Andrew Haley , Richard Kenner , Joe.Buck@synopsys.com, fleury@labri.fr, gcc@gcc.gnu.org Subject: Re: Progress on GCC plugins ? References: <47317545.2070708@labri.fr> <20071107164101.GB4550@synopsys.com> <473C9F4E.5090402@google.com> <10711152024.AA00627@vlsi1.ultra.nyu.edu> <18236.49757.881704.165655@zebedee.pink> <18237.25889.543937.924615@zebedee.pink> <18237.49248.609704.541703@zebedee.pink> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2007-11/txt/msg00442.txt.bz2 Ian Lance Taylor wrote: > I have a different fear: that gcc will become increasing irrelevant, > as more and more new programmers learn to work on alternative free > compilers instead. That is neutral with regard to freedom, but it > will tend to lose the many years of experience which have been put > into gcc. In my view, if we can't even get ourselves together to > permit something as simple as plugins with an unstable API, then we > deserve to lose. That's precisely my concern. Diego.