This is the mail archive of the gcc-bugs@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]

[Bug target/64231] [5 Regression] SIGSEGV building glibc on aarch64-linux-gnu from r217852


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.

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