On Sat, 9 Mar 2002, Matthew Wilcox wrote: > // Create a new sub configuration. > SubConfiguration *New = > PyObject_NEW(SubConfiguration,&ConfigurationSubType); > new (&New->Object) Configuration(Itm); > Compiling with gcc-3.0 works fine, but I'm nervous about ABIs, since > this is c++. Anyone want to fix gcc-2.96? Thought not.
Hrm. It seems RH's 2.96 is just broken. This works fine in every other version of GCC. Too bad IA64 is using it, I don't think there is anything I can do about it. Jason

