bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] isnan: Add support for TinyCC


From: Paolo Bonzini
Subject: Re: [PATCH] isnan: Add support for TinyCC
Date: Sat, 16 Oct 2010 17:37:39 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100907 Fedora/3.1.3-1.fc13 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.3

On 10/16/2010 01:07 PM, Ludovic Courtès wrote:
>  In file included from ./../gllib/stdlib.h:35:
>  ./../gllib/stdlib.h:35: #include recursion too deep
>
>  It's apparently a bug in the #include_next handling, triggered by the
>  use of multiple equivalent -I options (like -I../gllib -I./../gllib).
I can’t reproduce it with, e.g.:

--8<---------------cut here---------------start------------->8---
echo '#include<chop/chop.h>' | \
   tcc -I ~/soft/include/  -I ~/soft/include/../include/  \
       -I ~/soft/include/./. -c -
--8<---------------cut here---------------end--------------->8---


I suggest you minimize it using delta (http://delta.tigris.org/) from gnulib sources.

Paolo



reply via email to

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