aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/include/stdalign.h
Commit message (Collapse)AuthorAgeFilesLines
* Added the _Noreturn keyword.Bernhard Schommer2016-03-231-0/+42
CompCert now recognizes the C11 _Noreturn function specifier and emits a simple warning for functions declared _Noreturn containing a return statement. Also the stdnoreturn header and additionally the stdalign header are added. Bug 18541