lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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