We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e042948 + d543e01 commit d81f2dfCopy full SHA for d81f2df
regression/verilog/packages/package_typedef1.desc
@@ -1,8 +1,7 @@
1
-KNOWNBUG
+CORE
2
package_typedef1.sv
3
4
^EXIT=0$
5
^SIGNAL=0$
6
--
7
8
-Support for typedefs in packages is missing.
src/verilog/parser.y
@@ -1551,7 +1551,7 @@ data_type:
1551
$$ = $2; }
1552
| package_scope type_identifier packed_dimension_brace
1553
{ mto($1, $2);
1554
- add_as_subtype(stack_type($3), stack_type($2));
+ add_as_subtype(stack_type($3), stack_type($1));
1555
$$ = $3; }
1556
// | class_type
1557
| TOK_EVENT
0 commit comments