https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64231

--- Comment #14 from Tejas Belagod <belagod at gcc dot gnu.org> ---
Also, I'm unable to build x-gcc with glibc at
1400983e04d7b4b5a92db79ab27b0d0ec7d8bdef due to an error: 

bin-trunk-linux/obj/glibc/intl/hash-string.os
plural.c:182:5: error: conflicting types for ‘__gettextparse’
 int __gettextparse (void);
     ^
In file included from plural.y:35:0:
plural-exp.h:97:23: note: previous declaration of ‘__gettextparse’ was here
 # define PLURAL_PARSE __gettextparse

so, I tried with an earlier version(c5684fdb2badfda3bd6e973e5f933272e39e9590),
but still no luck.

Reply via email to