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] Workaround -Wmaybe-uninitialized false positives during profiledbootstrap


On 03/04/15 06:18, Martin Liška wrote:


Hello.

There is a patch with 2 hunks that are related to the same problem on
powerpc64le-unknown-linux-gnu.
Ready for trunk?

Thanks,
Martin

0001-Fix-warnings-occured-during-profiledboostrap-on-powe.patch


 From ea05ba5d0e4a5963e063564ffbec84f901111fac Mon Sep 17 00:00:00 2001
From: marxin<mliska@suse.cz>
Date: Tue, 3 Mar 2015 21:41:09 +0000
Subject: [PATCH] Fix warnings occured during profiledboostrap on
  powerpc64le-unknown-linux-gnu.

gcc/ChangeLog:

2015-03-04  Martin Liska<mliska@suse.cz>

	* ipa-inline.c (inline_small_functions): Set default value to
	prevent warning during bootstrap.
	* tree.h: Add pragma guard that ignores false positives during
	bootstrap.
OK.
jeff


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