verilator/test_regress/t/t_with_unsup.out

32 lines
1.7 KiB
Plaintext
Raw Normal View History

%Error-UNSUPPORTED: t/t_with_unsup.v:19:31: Unsupported: 'with' on function call
2020-06-06 15:11:23 +00:00
19 | found = aliases.find(i) with (i == to_find);
| ^~~~
%Error-UNSUPPORTED: t/t_with_unsup.v:21:23: Unsupported: 'with' on task call
2020-06-06 15:11:23 +00:00
21 | aliases.find(i) with (i == to_find);
| ^~~~
%Error-UNSUPPORTED: t/t_with_unsup.v:24:28: Unsupported: 'with' on function call
2020-06-06 15:11:23 +00:00
24 | found = aliases.find with (item == i);
| ^~~~
%Error-UNSUPPORTED: t/t_with_unsup.v:25:20: Unsupported: 'with' on function call
2020-06-06 15:11:23 +00:00
25 | aliases.find with (item == i);
| ^~~~
%Error-UNSUPPORTED: t/t_with_unsup.v:29:36: Unsupported: 'with' on method call
2020-06-06 15:11:23 +00:00
29 | found = aliases.unique with (id);
| ^~
%Error-UNSUPPORTED: t/t_with_unsup.v:30:38: Unsupported: 'with' on method call
2020-06-06 15:11:23 +00:00
30 | found = aliases.unique() with (id);
| ^~
%Error-UNSUPPORTED: t/t_with_unsup.v:31:39: Unsupported: 'with' on method call
2020-06-06 15:11:23 +00:00
31 | found = aliases.unique(i) with (id);
| ^~
%Error-UNSUPPORTED: t/t_with_unsup.v:32:32: Unsupported: 'with' on method call
2020-06-06 15:11:23 +00:00
32 | found = aliases.or with (id);
| ^~
%Error-UNSUPPORTED: t/t_with_unsup.v:33:33: Unsupported: 'with' on method call
2020-06-06 15:11:23 +00:00
33 | found = aliases.and with (id);
| ^~
%Error-UNSUPPORTED: t/t_with_unsup.v:34:33: Unsupported: 'with' on method call
2020-06-06 15:11:23 +00:00
34 | found = aliases.xor with (id);
| ^~
%Error: Exiting due to