On Wed, Oct 1, 2014 at 8:10 PM, Hal Finkel <[email protected]> wrote: > ----- Original Message ----- >> From: "Alexey Bataev" <[email protected]> >> To: "Richard Smith" <[email protected]> >> Cc: "cfe commits" <[email protected]>, "aaron ballman" >> <[email protected]>, "Michael Spencer" >> <[email protected]>, >> [email protected], "Hal Finkel" >> <[email protected]> >> Sent: Tuesday, September 30, 2014 5:03:00 AM >> Subject: Re: [PATCH] align_value attribute in Clang >> >> Hi Richard, >> your guess is correct, it is applied to the outer pointer. > > Okay, in that case if we keep it out of the type system, then I suppose the > current patch is essentially okay. The optimizer will deduce the alignment > information when it can (especially after inlining), but if it is not a > separate type, then we actually can't have it follow template deduction > otherwise because it can't affect the mangling. Sound right?
That sounds correct to me. ~Aaron _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
