On 09/13/2016 09:53 AM, Martin Liška wrote:
Hi.
Simple patch fixes warning spotted by upcoming -Wint-in-bool-context option.
Survives regression tests and bootstraps on ppc64le-linux-gnu.
Ready from trunk?
Thanks,
Martin
0001-Add-braces-to-a-condition-in-predict.c-PR-middle-end.patch
From 73ef3ea13b9e52b8ead1de18343fe222ea81f718 Mon Sep 17 00:00:00 2001
From: marxin <mli...@suse.cz>
Date: Tue, 13 Sep 2016 14:46:51 +0200
Subject: [PATCH] Add braces to a condition in predict.c (PR middle-end/77574)
gcc/ChangeLog:
2016-09-13 Bernd Edlinger <bernd.edlin...@hotmail.de>
Martin Liska <mli...@suse.cz>
* predict.c (force_edge_cold): Add braces to a condition.
OK.
jeff