summaryrefslogtreecommitdiff
path: root/test/regression/initializers.c
Commit message (Expand)AuthorAge
* Another corner case for string literal initializers: char * x[] = { "lit" }Gravatar xleroy2014-05-18
* Fixed regression on initializers of the form T x[N] = "literal";Gravatar xleroy2014-05-08
* C: Support array initializers that are too short + default init for remainder.Gravatar xleroy2014-03-28
* Globalenvs: allocate one-byte block with permissions Nonempty for eachGravatar xleroy2012-11-12
* Initializers: handle By_copy accesses (e.g. for &(glob.field))Gravatar xleroy2012-02-07
* Corrected initialization of char arrays by string literals.Gravatar xleroy2011-10-17
* Added animation of the CompCert C semantics (ccomp -interp)Gravatar xleroy2011-07-28
* Initializers for global variables: compile-time evaluation of expressions don...Gravatar xleroy2011-03-12
* Reorganization test directoryGravatar xleroy2010-02-17