[Bug sanitizer/71445] libsanitizer build failure on aarch64-linux-gnu with recent glibc

m.ostapenko at samsung dot com gcc-bugzilla@gcc.gnu.org
Tue Jun 7 16:48:00 GMT 2016


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

Maxim Ostapenko <m.ostapenko at samsung dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.ostapenko at samsung dot com

--- Comment #1 from Maxim Ostapenko <m.ostapenko at samsung dot com> ---
Hm, one I can see, Glibc still has __GLIBC_MINOR__ = 23:

/* Major and minor version number of the GNU C library package.  Use
   these macros to test for features in specific releases.  */
#define __GLIBC__       2
#define __GLIBC_MINOR__ 23

Perhaps we can cherry-pick 
http://llvm.org/viewvc/llvm-project?view=revision&revision=272008 after Glibc
release happens?


More information about the Gcc-bugs mailing list