[cfe-commits] r59125 - in /cfe/trunk: lib/AST/ExprConstant.cpp test/Sema/const-eval.c

Daniel Dunbar daniel at zuster.org
Wed Nov 12 11:18:28 PST 2008


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.

 - Daniel



More information about the cfe-commits mailing list