On 10/16/2014 12:49 PM, Jakub Jelinek wrote:
On Thu, Oct 16, 2014 at 12:39:17PM +0400, Yury Gribov wrote:
Difference from mainline: replaced non-C-friendly bool with unsigned char
(see patch 0001 for explanation).
Where? I don't see unsigned char being used anywhere in the patch.
bool is certainly fine in GCC itself.
Probably slipped from a neighbor patch :/ In summary all patches that
have #include "asan_interface.h" have this quirk which I'll try to
replace with #include "stdbool.h" per your suggestion.
-Y