Add some missing nocode_wanted guard

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.
This commit is contained in:
Thomas Preud'homme
2015-03-10 23:23:00 +08:00
parent 68605ab4d4
commit 5bcc3eed7b
4 changed files with 31 additions and 17 deletions

View File

@ -0,0 +1 @@
int i = i++;