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


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

Reply via email to