Hi,
There's something peculiar I've observed with C++ files.
I have attached the cpp file for which the compiler generates a small piece of code which initializes ONLY the negative numbers in the array. This piece of code gets executed in the context of pinit, and after the cinit is handled. Now the question is, why such negative numbers are handled diffrerently? The positive numbers are initialized as part of cinit initialization.
I'm using the cgtools_530.
-Somnath