PR lto/63286
* tree.c (need_assembler_name_p): Do not mangle variadic types.
From-SVN: r215403
+2014-09-19 Jan Hubicka <hubicka@ucw.cz>
+
+ PR lto/63286
+ * tree.c (need_assembler_name_p): Do not mangle variadic types.
+
2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
* recog.c (scratch_operand): Do not simply allow all hard registers:
&& decl == TYPE_NAME (TREE_TYPE (decl))
&& !is_lang_specific (TREE_TYPE (decl))
&& AGGREGATE_TYPE_P (TREE_TYPE (decl))
+ && !variably_modified_type_p (TREE_TYPE (decl), NULL_TREE)
&& !type_in_anonymous_namespace_p (TREE_TYPE (decl)))
return !DECL_ASSEMBLER_NAME_SET_P (decl);
/* Only FUNCTION_DECLs and VAR_DECLs are considered. */