Commit 7c581d61 by Bin Cheng Committed by Bin Cheng

re PR lto/62032 (FAIL: vsnprintf-chk.c execution, -O2 -flto…

re PR lto/62032 (FAIL: vsnprintf-chk.c execution,  -O2 -flto -fno-use-linker-plugin -flto-partition=none)


	PR lto/62032
	* lto/lto-lang.c (lto_init): Switch mis-matched arguments.

From-SVN: r213755
parent fef5a0d9
2014-08-08 Bin Cheng <bin.cheng@arm.com>
PR lto/62032
* lto-lang.c (lto_init): Switch mis-matched arguments.
2014-08-07 Trevor Saunders <tsaunders@mozilla.com>
* lto-partition.c, lto.c: Use hash_map instead of pointer_map.
......
......@@ -1192,10 +1192,10 @@ lto_init (void)
}
else
{
lto_define_builtins (va_list_type_node,
build_reference_type (va_list_type_node));
lto_define_builtins (build_reference_type (va_list_type_node),
va_list_type_node);
}
if (flag_cilkplus)
cilk_init_builtins ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment