On Thu, Apr 30, 2009 at 10:32 AM, Douglas Gregor <[email protected]> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
