LUMIERA.clone/research
Ichthyostega cec78fdc58 bughunt: extract a call sequence leading to a strange init error with Clang
Observations:
 - the initial observation was that we get two instances of the config rules service
 - obviously this it is *not* the initialisation of a static variable accessed from
    multiple compilation units. But the access from two compilation units is crucial
 - we can exclude the effect of all other initialisation. It *is* in SingletonSubclass
 - we can exclude the effect of dynamic linking. Even two translation units
    linked statically exhibit the same problem

rebuild this test case in the research area, to be able to verify with various compilers
2013-10-06 23:17:18 +02:00
..
clang-static-init-1.cpp bughunt: extract a call sequence leading to a strange init error with Clang 2013-10-06 23:17:18 +02:00
clang-static-init-2.cpp bughunt: extract a call sequence leading to a strange init error with Clang 2013-10-06 23:17:18 +02:00
clang-static-init.hpp bughunt: extract a call sequence leading to a strange init error with Clang 2013-10-06 23:17:18 +02:00
DIR_INFO SCons: new build target for experimental code 2011-12-03 06:10:12 +01:00
SConscript join recent player subsystem work, SCons overhaul and documentation 2012-01-11 07:54:43 +01:00
try.cpp investigate partial application of member functions 2012-01-07 03:28:12 +01:00