This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH lto]Fix the mis-matched arguments of lto_define_builtins


Hi,
As analyzed in PR62032, this patch fixes the latent lto bug by switching
arguments of lto_define_builtins, otherwise vsnprintf-chk.c would fail on
arm/aarch64 with lto options.

Is it ok if bootstrap and test pass?


2014-08-07  Bin Cheng  <bin.cheng@arm.com>

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

Attachment: lto-va_list-builtins-20140807.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]