On 10/16/2015 10:01 AM, Christian Bruel wrote:
- - if (TARGET_PTRMEMFUNC_VBIT_LOCATION == ptrmemfunc_vbit_in_pfn - && DECL_ALIGN (fn) < 2 * BITS_PER_UNIT) - DECL_ALIGN (fn) = 2 * BITS_PER_UNIT; - + DECL_ALIGN (fn) = MINIMUM_METHOD_BOUNDARY;
This looks like a change in behaviour. You want to use the max of M_M_B and the current alignment.
Bernd