[cfe-commits] r59125 - in /cfe/trunk: lib/AST/ExprConstant.cpp test/Sema/const-eval.c
Eli Friedman
eli.friedman at gmail.com
Wed Nov 12 12:49:19 PST 2008
On Wed, Nov 12, 2008 at 11:18 AM, Daniel Dunbar <daniel at zuster.org> wrote:
> Cool! One quick request:
>
> On Wed, Nov 12, 2008 at 1:44 AM, Eli Friedman <eli.friedman at gmail.com> 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
More information about the cfe-commits
mailing list