[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Caveat with lua_pushlightuserdata(L, (void *)&key)
- From: roberto@... (Roberto Ierusalimschy)
- Date: Tue, 27 Jun 2006 11:14:18 -0300
> I'm not sure if the problem here is a bug in Apple's version of GCC
> or just an incorrect assumption about pointer uniqueness;
I think the standard is clear about this point (no linkage between
different identifiers). This a bug in GCC.
-- Roberto
- References:
- Caveat with lua_pushlightuserdata(L, (void *)&key), Mike Pall
- Re: Caveat with lua_pushlightuserdata(L, (void *)&key), Julien Cugnière
- Re: Caveat with lua_pushlightuserdata(L, (void *)&key), Andreas Stenius
- Re: Caveat with lua_pushlightuserdata(L, (void *)&key), David Jones
- Re: Caveat with lua_pushlightuserdata(L, (void *)&key), Glenn Maynard