tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] const_wanted


From: grischka
Subject: [Tinycc-devel] const_wanted
Date: Sun, 31 Jul 2011 15:58:25 +0200
User-agent: Thunderbird 2.0.0.24 (Windows/20100228)

Thomas Preud'homme wrote in
http://repo.or.cz/w/tinycc.git/commitdiff/b2f5ee9b2d

Force const. expr. in expr_cond outside function

Since no code should be generated outside a function, force expr_cond to
only consider constant expression when outside a function since the
generic code can generate some code.

Can you show an example where this happens, that is that
   const_wanted is false
and
   cur_text_section is NULL
at the same time in cond_expr()?

--- grischka




reply via email to

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