[cfe-dev] minimum glibc (on Linux) needed to work with clang in -c99 mode?
Ted Kremenek
kremenek at apple.com
Wed Dec 15 17:21:48 PST 2010
I think that is what I was looking for. Thanks Eli.
On Dec 15, 2010, at 2:17 PM, Eli Friedman wrote:
> On Wed, Dec 15, 2010 at 10:52 AM, Ted Kremenek <kremenek at apple.com> wrote:
>> Hi everyone,
>>
>> On Linux, is there a minimum glibc version needed to work with clang in -c99 mode? A Linux user mentioned to me an issue with sysmacros.h, which defines gnu_dev_major slightly differently between different versions of glibc (basically the usage of the 'inline' keyword is different, likely to deal with compatibility issues between c89 and c99).
>
> I think you're talking about http://llvm.org/bugs/show_bug.cgi?id=5960
> ? I don't know the precise version, though.
>
> -Eli
More information about the cfe-dev
mailing list