<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Oct 21, 2014 at 6:13 AM, Vassil Vassilev <span dir="ltr"><<a href="mailto:vasil.georgiev.vasilev@cern.ch" target="_blank">vasil.georgiev.vasilev@cern.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
  When building a module that requires rtti from -fno-rtti context I get errors. It seems that the module, which needs rtti support is build with no rtti enabled. Is there something like [extern_c] attribute for rtti, or I am doing something conceptually wrong.</blockquote><div><br></div><div>We have no support for mixing ASTs built with different "non-benign" language settings (those that change the validity or meaning of code). The modules will be (and must be) built with the same language flags as the user of the module.</div></div></div></div>