On 10/07/2015 09:04 AM, Christian Bruel wrote:
+         /* Similarly, relayout function's alignment if not forced.  */
+         if (!DECL_USER_ALIGN (fndecl)
+             && (TREE_CODE (fntype) != METHOD_TYPE
+                 || TARGET_PTRMEMFUNC_VBIT_LOCATION != ptrmemfunc_vbit_in_pfn))
+           DECL_ALIGN (fndecl) = FUNCTION_BOUNDARY;
        }

That's a very odd-looking condition. Why the vbit location test?


Bernd

Reply via email to