On 10/02/2013 06:19 PM, Easwaran Raman wrote:
+                       chainon (prefix_attributes, attributes));

This should be reversed, so it's

chainon (attributes, prefix_attributes);

Otherwise the attributes for this decl would be applied to later decls with the same declspecs.

OK with that change.

Jason

Reply via email to