https://sourceware.org/bugzilla/show_bug.cgi?id=32018

--- Comment #6 from Vladimir Mezentsev <vladimir.mezentsev at oracle dot com> 
---
> In file included from /usr/include/string.h:637,
>                  from ../../../gprofng/libcollector/../common/hwcdrv.h:37,
>                  from ../../../gprofng/libcollector/hwprofile.c:35:
> ../../../gprofng/libcollector/hwprofile.c: In function ‘open_experiment’:
> ../../../gprofng/libcollector/hwprofile.c:219:27: error: expected identifier 
> before ‘(’ token
>        params = CALL_UTIL (strchr)(params, ';');


>   636  /* These are generic optimizations which do not add too much inline 
> code.  */
>   637  #  include <bits/string2.h>


Is strchr redefined in bits/string2.h ?
Could you please attach this output:
% grep -n -s -w strchr /usr/include/*/*

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to