From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13179 invoked by alias); 6 Jun 2002 02:37:11 -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 13166 invoked from network); 6 Jun 2002 02:37:10 -0000 Received: from unknown (HELO igw3.watson.ibm.com) (198.81.209.18) by sources.redhat.com with SMTP; 6 Jun 2002 02:37:10 -0000 Received: from sp1n293en1.watson.ibm.com (sp1n293en1.watson.ibm.com [9.2.112.57]) by igw3.watson.ibm.com (8.11.4/8.11.4) with ESMTP id g562aSO25692; Wed, 5 Jun 2002 22:36:28 -0400 Received: from makai.watson.ibm.com (makai.watson.ibm.com [9.2.216.144]) by sp1n293en1.watson.ibm.com (8.11.4/8.11.4) with ESMTP id g562aSk41544; Wed, 5 Jun 2002 22:36:28 -0400 Received: from watson.ibm.com (localhost [127.0.0.1]) by makai.watson.ibm.com (AIX4.3/8.9.3/8.9.3/01-10-2000) with ESMTP id WAA24398; Wed, 5 Jun 2002 22:36:28 -0400 Message-Id: <200206060236.WAA24398@makai.watson.ibm.com> To: Geoff Keating cc: ghazi@caip.rutgers.edu, gcc-bugs@gcc.gnu.org, gcc@gcc.gnu.org Subject: Re: PCH merge bootstrap failure on systems without flex In-Reply-To: Message from Geoff Keating of "Wed, 05 Jun 2002 19:27:31 PDT." <200206060227.g562RVP11809@desire.geoffk.org> Date: Wed, 05 Jun 2002 19:59:00 -0000 From: David Edelsohn X-SW-Source: 2002-06/txt/msg00391.txt.bz2 >>>>> Geoff Keating writes: Geoff> I intentionally used flex. I wasn't the first to introduce it into Geoff> mainline, though; that honour goes to Tim Josling who added Geoff> gcc/treelang/lex.l. If I got the makefiles right, gengtype-lex.c Geoff> should be pregenerated in the release tarball, just like the uses of Geoff> bison. GCC CVS frequently includes pre-processed files and gcc_update adjusts the timestamps so that one does not need the tool unless one is modifying the source file. David