------- Comment #3 from d dot obermann at callassoftware dot com 2006-09-20 06:38 ------- I have this problem on AIX 5.3 with gcc 4.1.1 (also with 4.0.2) In a small program the code below works but when I add this to my application, the code is never executed. (My application is about 440MB without optimization). The problem is that no code is executed before main. const char * const are initialized, but no ctors are called.
David -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2413