tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] struct member/typedefs share namespace?


From: Ben Hinkle
Subject: Re: [Tinycc-devel] struct member/typedefs share namespace?
Date: Tue, 18 Apr 2006 08:15:30 -0400

There's a bug in parse_btype. I noticed it, too, when I tried to compile fltk (I think that was it). I worked around it by adding a check after the default: label in parse_btype to goto the_end if type_found. Otherwise it keeps chewing up identifiers that are also typedefs.

On 4/17/06, Toby Thain <address@hidden> wrote:
Hi,

I was trying to build Bison 2.1 with various compilers, and found
that tcc (of all the compilers tested) had difficulties. (I used gcc
"-ansi -pedantic", icc v7.1 "-ansi" and lcc 4.2 without problems.)

The issue seems to be that bison has several structs with members
that have the same names as types, see e.g. the first occurrence at
src/symtab.h line 57.

Any comments? Is this worth fixing? I haven't checked any language
spec, but ANSI compilers seem to accept this in strict modes.

--Toby


_______________________________________________
Tinycc-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/tinycc-devel


reply via email to

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