bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: Bug#202474: %{ %} is broken


From: J.H.M. Dassen (Ray)
Subject: Re: Bug#202474: %{ %} is broken
Date: Thu, 24 Jul 2003 20:02:44 +0200
User-agent: Mutt/1.5.4i

On Tue, Jul 22, 2003 at 20:55:48 +0200, Falk Hueffner wrote:
> Package: gperf
> Version: 3.0-3
> Severity: normal
> File: /usr/bin/gperf
> 
> gperf 3.0 doesn't accept %{ %} constructs any more:
> 
> % echo -e "%{\nint x;\n%}\nbadjak\nmanis" | gperf
> (standard input):1: declarations are not allowed in the keywords section.
> To declare a keyword starting with %, enclose it in double-quotes.

This works though:
echo -e "%{\nint x;\n%}\n%%\nbadjak\nmanis" | gperf
                         ^^^^

> This used to work with 2.7.2. It breaks bootstrapping gcc, so it would be
> nice if it could be fixed quickly.

I'm not sure if this is a bug in gperf or simply a tightening of the syntax
(which gcc should follow). Bruno, can you please comment on this?

Regards,
Ray
-- 
"[...] you can divide our industry into two kinds of people: those who want
to go work for a company to make it successful, and those who want to go
work for a successful company."
        Jamie Zawinski in http://www.jwz.org/gruntle/nomo.html




reply via email to

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