<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<br class=""><br class="">I see an issue with debug info and macro. Here is an example:<br class=""><br class=""><font face="Bitstream Vera Sans Mono" class="">#define f(x) x<br class="">...<br class="">int a = f(b + c);<br class="">        ^</font><br class=""><br class="">The debug information for each node in 'b + c' points to the 'f' (see the caret). I expect it to point to the actual source location.<br class=""><br class="">I assume that is a known issue, but I could find neither explanation nor bug report.<br class="">Can somebody shed some light on the issue?<br class=""><br class="">Cheers,<div class="">Alex.<br class=""><br class=""></div></body></html>