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]

Re: [PATCH] Fix usage of an uninitialized variable


On 01/06/2016 10:53 AM, Martin Liška wrote:
	* lto-plugin.c (all_symbols_read_handler): Assign default
	value to a string variable.

Better would be to have a noreturn fatal error function to avoid the spurious warning, but this is OK for now.


Bernd


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