LUMIERA.clone/tests/core
Ichthyostega 7492e7ffce Fix initialisation order problem, triggered in Clang (#928)
In Clang, static object fields are initialised from top to bottom,
but before any other variables in anoymous namespaces. To the contrary,
GCC evaluates *any* initialisation expression in the translation
unit together from top to bottom. Thus, in the clang generated
code, in two cases the static initialisation could use a not yet
constructed local lib::_Fmt formatter object.
2014-09-25 02:50:02 +02:00
..
application Ticket #925: remove LUID from interface/plugin specifications 2014-03-16 02:21:07 +01:00
backend Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
proc Fix initialisation order problem, triggered in Clang (#928) 2014-09-25 02:50:02 +02:00
DIR_INFO re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00