On Jan 28, 2008 5:34 PM, Steve Naroff <[EMAIL PROTECTED]> wrote:
> The AST dumps look identical (see below).
>
> What am I missing?

You're not missing anything... I forgot that I have my string patch in my tree.

Try something like this:
int a();
int b() {
a(a);
}

-Eli
_______________________________________________
cfe-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev

Reply via email to