<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Jun 22, 2014 at 6:50 AM, "C. Bergström" <span dir="ltr"><<a href="mailto:cbergstrom@pathscale.com" target="_blank">cbergstrom@pathscale.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
I can give more precise details if necessary, but it's more a general question to start.<br>
<br>
Any recommendations on how to best handle two similar, but incompatible sets of pragma?<br></blockquote><div><br></div><div>Unfortunately, I don't have any good suggestions.  Clang has basically no reusable pragma parsing infrastructure.  Nothing is consistent, because we're parsing all pragmas that have ever seen any significant use.  Aaron has done a really good job cleaning up attributes, and I'd love to see the same happen to pragmas.  I tried once and it didn't go well.  :)</div>
</div></div></div>