From 5bcc3eed7b93f5e75b0bb121913f84f574b7c46a Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Tue, 10 Mar 2015 23:23:00 +0800 Subject: 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. --- tests/tests2/74_nocode_wanted.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/tests2/74_nocode_wanted.c (limited to 'tests/tests2/74_nocode_wanted.c') diff --git a/tests/tests2/74_nocode_wanted.c b/tests/tests2/74_nocode_wanted.c new file mode 100644 index 0000000..e824d02 --- /dev/null +++ b/tests/tests2/74_nocode_wanted.c @@ -0,0 +1 @@ +int i = i++; -- cgit v1.3.1