On Wed, Nov 12, 2008 at 11:18 AM, Daniel Dunbar <[EMAIL PROTECTED]> wrote:
> Cool! One quick request:
>
> On Wed, Nov 12, 2008 at 1:44 AM, Eli Friedman <[EMAIL PROTECTED]> wrote:
>> +  APValue VisitStmt(Stmt *S) {
>> +    // FIXME: Remove this when we support more expressions.
>> +    printf("Unhandled pointer statement\n");
>> +    S->dump();
>> +    return APValue();
>> +  }
>
> Can this go away (soon)? I see a bunch of these on 176.gcc which I am
> now running quite regularly.

Sure, go ahead and zap it (or I can do it later today). I'm not really using it.

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

Reply via email to