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:
1
tests/tests2/74_nocode_wanted.c
Normal file
1
tests/tests2/74_nocode_wanted.c
Normal file
@ -0,0 +1 @@
|
||||
int i = i++;
|
||||
Reference in New Issue
Block a user