[cfe-commits] r70497 - in /cfe/trunk: lib/AST/ASTContext.cpp lib/AST/ExprConstant.cpp test/Sema/attr-aligned.c

Eli Friedman eli.friedman at gmail.com
Thu Apr 30 14:16:52 PDT 2009


On Thu, Apr 30, 2009 at 10:32 AM, Douglas Gregor <dgregor at apple.com> wrote:
> +  // FIXME: Why do we ask for the preferred alignment?

Because that's what __alignof is supposed to return?  Take a look at
the output for __alignof(double) on x86-32 Linux, for example.

Generally, the change looks fine.

-Eli




More information about the cfe-commits mailing list