Support disable fork (#4125) (#4569)

This commit is contained in:
Aleksander Kiryk
2023-10-16 14:02:29 +02:00
committed by GitHub
parent 25dde58297
commit ad3bcbb1bb
26 changed files with 441 additions and 87 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ private:
AstJumpLabel* const labelp = findAddLabel(beginp, false);
nodep->addNextHere(new AstJumpGo{nodep->fileline(), labelp});
} else {
nodep->v3warn(E_UNSUPPORTED, "Unsupported: disable fork");
nodep->v3warn(E_UNSUPPORTED, "Unsupported: disabling fork by name");
}
nodep->unlinkFrBack();
VL_DO_DANGLING(pushDeletep(nodep), nodep);