aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2/74_nocode_wanted.c
Commit message (Collapse)AuthorAgeFilesLines
* Add some missing nocode_wanted guardThomas Preud'homme2015-03-101-0/+1
int i = i++ causes a segfault because of missing guard. Looking recursively at all backend functions called from middle end several more guard appeared to be missing.