tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] release 0.9.25 candidate


From: grischka
Subject: Re: [Tinycc-devel] release 0.9.25 candidate
Date: Sat, 16 May 2009 14:18:02 +0200
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Basile STARYNKEVITCH wrote:

It does not compile the GCC trunk rev 147441 on Debian/AMD64

/usr/src/Lang/gcc-trunk-bstarynk/configure --disable-bootstrap --enable-languages=c --with-ppl=/usr/local CC=tcc tcc -c -DHAVE_CONFIG_H -g -I. -I/usr/src/Lang/gcc-trunk-bstarynk/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes /usr/src/Lang/gcc-trunk-bstarynk/libiberty/cp-demangle.c -o cp-demangle.o /usr/src/Lang/gcc-trunk-bstarynk/libiberty/cp-demangle.c:4520: constant expression expected

The faulty lines are
 {
#ifdef CP_DYNAMIC_ARRAYS
   __extension__ struct demangle_component comps[di.num_comps];
   __extension__ struct demangle_component *subs[di.num_subs];

#else
        ???

I figure there is maybe code for compilers that don't have dynamic
arrays.  There are some C99 extensions in TinyCC, just not this
one (yet?).

--- grischka





reply via email to

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