Re: [Gc] bug#18711: Numerous unknown attribute '__alloc_size__' warnings when using clang

Mark H Weaver <[email protected]> Fri, 17 Oct 2014 16:52:21 -0400
Newsgroups gmane.comp.programming.garbage-collection.boehmgc
Message-ID <[email protected]>
Hi Ivan,

Ivan Maidanski <ivmai-JGs/[email protected]> writes:
> I merged the fix to master:
> https://github.com/ivmai/bdwgc/commit/b725923951d77f5c6792c2797f89179267c58c9c

Did you intentionally remove the "defined(__GNUC__)" check?  Unless
there's some relevant context I'm missing, I guess this will break the
build on any compiler that doesn't implement GNU C.

     Mark