From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17506 invoked by alias); 8 Oct 2003 11:57:47 -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 17499 invoked from network); 8 Oct 2003 11:57:47 -0000 Received: from unknown (HELO mail.alinoe.com) (62.195.88.134) by sources.redhat.com with SMTP; 8 Oct 2003 11:57:47 -0000 Received: (qmail 28908 invoked by uid 500); 8 Oct 2003 11:57:45 -0000 Date: Wed, 08 Oct 2003 11:57:00 -0000 From: Carlo Wood To: David Ayers Cc: John David Anglin , gcc@gcc.gnu.org, kcook34@ford.com Subject: Re: Someone broke bootstrap Message-ID: <20031008115745.GA19191@alinoe.com> Mail-Followup-To: David Ayers , John David Anglin , gcc@gcc.gnu.org, kcook34@ford.com References: <200310080246.h982kTYm016388@hiauly1.hia.nrc.ca> <3F83E286.9090404@inode.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F83E286.9090404@inode.at> User-Agent: Mutt/1.4.1i X-SW-Source: 2003-10/txt/msg00261.txt.bz2 On Wed, Oct 08, 2003 at 12:10:14PM +0200, David Ayers wrote: > John David Anglin wrote: > >How about > > > >if flex -o g-$$ ../../gcc/gcc/gengtype-lex.l; then \ > > mv -f g-$$ ../../gcc/gcc/gengtype-lex.c ; \ > >else \ > > rm -f g-$$ ; \ > > false ; \ > >fi > >flex: can't open g-16194 > > > >on i686-pc-linux-gnu. > > > >There are also a bunch of testsuite regressions on hppa64-hp-hpux11.11. > > > >Dave > > > > > This seems to be caused by: > > http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00529.html > > Is flex 2.5.4 unsupported? No, the patch is wrong. I'll write a patch and commit it as obvious in a few minutes. Flex doesn't take a space after the -o option. It must be -ooutput, not -o output. Kelley, assuming you tested this - what version of flex do you use that this worked for you?? -- Carlo Wood