aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/initializers.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #71: incorrect initialization of wchar_t arrays from wide string literalXavier Leroy2015-11-131-0/+26
* Another corner case for string literal initializers: char * x[] = { "lit" }xleroy2014-05-181-0/+10
* Fixed regression on initializers of the form T x[N] = "literal";xleroy2014-05-081-0/+7
* C: Support array initializers that are too short + default init for remainder.xleroy2014-03-281-0/+5
* Globalenvs: allocate one-byte block with permissions Nonempty for eachxleroy2012-11-121-0/+3
* Initializers: handle By_copy accesses (e.g. for &(glob.field))xleroy2012-02-071-0/+6
* Corrected initialization of char arrays by string literals.xleroy2011-10-171-2/+23
* Added animation of the CompCert C semantics (ccomp -interp)xleroy2011-07-281-1/+1
* Initializers for global variables: compile-time evaluation of expressions don...xleroy2011-03-121-0/+22
* Reorganization test directoryxleroy2010-02-171-0/+68