bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: abbreviated 'for' broken with --enable-minimal-config


From: Chet Ramey
Subject: Re: abbreviated 'for' broken with --enable-minimal-config
Date: Thu, 16 Jan 2003 16:10:12 -0500

> 
> Chet> Did you happen to just build the minimal config, and did you use
> Chet> bison-1.75 to build it?
> 
> Yes.  Is it bison's fault?  Do I need to upgrade bison?

Yes.  Bison-1.75 is horribly broken.  I hope there's a newer version.

Here's the problem.  Bison is translating this string, which appears
in parse.y:

        "\"$@\""

to the following, which appears in the generated y.tab.c:

        "\"\""

The question is what bison is doing with the `$@'.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet )

Chet Ramey, ITS, CWRU    chet@po.CWRU.Edu    http://cnswww.cns.cwru.edu/~chet/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]