2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_increment_bad.v:15:31: Unsupported: Incrementation in this context.
|
2020-05-28 22:08:15 +00:00
|
|
|
15 | if (0 && test_string[pos++] != "e");
|
|
|
|
| ^~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_increment_bad.v:16:19: Unsupported: Incrementation in this context.
|
2020-05-28 22:08:15 +00:00
|
|
|
16 | if (1 || pos-- != 1);
|
|
|
|
| ^~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_increment_bad.v:18:17: Unsupported: Incrementation in this context.
|
2020-05-28 22:08:15 +00:00
|
|
|
18 | if (a <-> --b);
|
|
|
|
| ^~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_increment_bad.v:19:16: Unsupported: Incrementation in this context.
|
2020-05-28 22:08:15 +00:00
|
|
|
19 | if (0 -> ++b);
|
|
|
|
| ^~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_increment_bad.v:21:24: Unsupported: Incrementation in this context.
|
2020-05-28 22:08:15 +00:00
|
|
|
21 | pos = (a > 0) ? a++ : --b;
|
|
|
|
| ^~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_increment_bad.v:21:29: Unsupported: Incrementation in this context.
|
2020-05-28 22:08:15 +00:00
|
|
|
21 | pos = (a > 0) ? a++ : --b;
|
|
|
|
| ^~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_increment_bad.v:23:24: Unsupported: Incrementation in this context.
|
2020-05-28 22:08:15 +00:00
|
|
|
23 | pos = array[0][0]++;
|
|
|
|
| ^~
|
|
|
|
%Error: Exiting due to
|